Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hello,
We have a custom board using CC2340R5 RGE Package, we are able to flash and debug it using J-Link. The code executes fine while debugging but after power-on cycle, the code execution fails.
We have tried with:
1. MCU Boot example code : On board LED blinks while debugging but same is not observed after power on cycle.
2. Empty Project: Toggle the LED at 1 second interval, the toggling is observed while debugging or fresh flashing but it fails after a power-on cycle.
3. Basic BLE Example Project: Advertising and connection happens while fresh flash or debugging but does not after a power cycle.
In all these projects, we import the example code from SDK -> Change the PIN Package from SYSCFG, map the GPIO if required -> Build and Flash the project.
Kindly let us know how to solve this.
Thank You!