Found the source of the issue, the code I was writing was within a section sourounded by
if (TRUE == sdk_usb_detected){
...
}
code within this section only runs when the target board is connected to the USB debugger, completely missed that.
Found the source of the issue, the code I was writing was within a section sourounded by
if (TRUE == sdk_usb_detected){
...
}
code within this section only runs when the target board is connected to the USB debugger, completely missed that.