2024-10-22 04:16 AM
Hello,
I am using the SBSFU application on the U575 microcontroller and have created my own program, which is stored in the secure area and accessed via NSC. I am trying to send data via ultrawideband, but the interrupt is not triggered. I have tested it in a normal project before integrating it into the SBSFU application, and it was correctly configured and worked fine. However, now I’m sending via UWB, but the interrupt I designed to notify when the transmission is complete is not triggered, and the transmission loop doesn't exit.
I have also tried adding two RTC alarms and reading their flags via interrupts, but nothing is being read. Do I need to configure any interrupts or settings in the secure boot part or for remote updates? If so, what should be done?