Forum Posts
Stm32g431 Strange isr entry
Atm im facing the Problem, that the mcu enters a previously activated isr but not as intended. Im setting up Timer and gpio interrupts but ending in an fdcan isr which redirects to the default Handler. Its Worth mentioning im Using hal/ll driver and ...
SFDC test question
<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...
Issue Programming STM32F04 through SWD
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. ...
Flash erase and write is not consistent in STM32G030K8.
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...
STM32F7 FMC SDRAM wrong reads
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 ...