nrf54l15 SB_CONFIG_BOOTLOADER_MCUBOOT=y makes main() gpio toggle stop.

As title.

  In nRF54L15 DK,  I set "SB_CONFIG_BOOTLOADER_MCUBOOT=y" in file "sysbuild.conf".

  It makes main function GPIO toggle stop.

  Do have any solution to prevent this problem?

result:

Parents Reply
  • Hi Vidar

       Thanks your reply so quickly.

        I am using Timer00 every 4us interrupt once. (Note Timer20 is not works 4us, but 6us is okay)

        Because that I need very stable Timing to do RF transceive.(2.4G Propritery)

    -------------------------------------------------------------------------------------------------------------

       By the way, do you know how to reduce Timer interrupt cost?

       The Timer Interrupt just toggle GPIO. and it cost 1us.

       Even I removed GPIO toggle from Timer Interrupt, it still cost 800ns.

        Austin

Children
Related