Ask questions, find answers, and share insights on STM32 products and their technical features.
Hello St Forum! Good to be back at it for another little project here. Good to see familiar names.SPI Going to try and match up an STM32l476VG using SPI to a Ethernet widget. Widget says it can use SPI and apparently it (widget) will auto increment a...
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 ...
<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...