<code><p>Hi everyone.</p><p> </p><p>So my previous post just did not load for some reason.</p><p>The problem is that for some reason I get this issue when I debug once I enable the interrupts.</p><p>I am simply trying to respond on the TIM5 interrupt...
Hi all, I am trying to program the flash memory in my STM32F04 processor. I am doing this over SWD from another processor. I can successfully read all the DAP IDs etc and I also have figured out how to read and write from registers inside the stm32. ...
Hello, I am using STM32G030K8 for my application. So, due to bug in my code, out of bound flash memory address was tried for write and hardfault occured. But after resolving bug and resetting MCU, I observed that flash erase and write is no...
Hello,we have a STM32F7 interfaced to a CY62148EV30 SRAM with FMC bus.Sometimes, when several consecutive reads are performed, a wrong value is read.The wrong value has one or more bits at 0 instead of 1 (example: 0x52 is read instead of the correct ...
Is there a way to stop STM32 PWM after 10 pluses ?I know one solution is using the system time and issue a stop via the code, however my issue is the stm CPU might be very busy to handle the stop signal.
using a 32 KHz low-speed external crystal to run the RTC on STM CubeIDE.
Instead of using JTAG, I would like to enable SWD programming (via STLink) for a custom STM32L476RG board that I am designing. Which pins of the MCU correspond to the 5 SWD pins normally found on boards like Nucleo and Sensortile? I probably found ou...