Hey All,
I'm using the nrf_drv_uart UARTE driver (NRF52832) communicating with an external device. The UART init code is executed using a function (call all_main in this instance) that is called by the scheduler to update the state of the app, initialize and de-init peripherals etc. I get to the point of initializing the UART in my code, compile, run it I get logs and it responds to reset requests (using jlinkexe). But, if I add a write and then a read the program compiles, the bootloader boots but the app does not launch. When using GDB in this state, it doesn't stop at the breakpoint at main. I don't see any GPIOs changing state.
So my fears are that the SD is asserting for some reason or that the particular function I'm calling is getting optimized out.
I'm going to look into it more but I figure I would post my issue here to see if anyone else has had something similar.
Thanks
Jared