User Activity

Hello,I am trying to connect PEMicro Cyclone Fx to STM32U535RB and I get below Error in IAR. Though, debugger hits the breakpoint and starts the debug session successfully, I would like to understand what that error means. Can anyone help me understa...
Hello,I am trying to port SBSFU example project on STM32L433RC board. I followed getting started and integration guide to integrate STM32L432KC SBSFU 1 image example project(after modification) on STM32L433RC board. Below is the image where it gets s...
Hello,I am trying to synchronize 2 STM32 microcontroller's using UART and DMA. System clock is 80MHz. Timer1 is set to interrupt at 1ms with 1us resolution. Synchronization logic is executed every 1ms, Serial Transmission at master/slave side is ever...
The APBCLK/AHBCLK is 80MHz. when I toggle the GPIO in the callback, the scope trace gives me interrupt generation of 2.3 usec instead of 1usec. Is there any timing limitation for interrupt generation?
Hello,I am trying to run the Secure boot feature on STM32L433RC using the SBSFU library example project (single image slot). The example project I am modifying is STM32L432KC board. Below are the modification/steps I made to example project to run on...