Other Parts Discussed in Thread: SYSBIOS, CC2650
chipset: CC2640R2FRSMR
sdk: 1.40
IDE: IAR
I have a project running well for CC2640R2F, it is a product, mass produce and verified by thousands of users, now we need to change to CC2640R2FRSMR.
I make a LED blink every second, to show the program is running.
when I comment out the MACRO POWER_SAVING then build and run the program, the LED blinks for several second and then no blink.
if build with POWER_SAVING, then no blink at all.
how can I make it run normally? LED should blink every second.