HelloI'm working on the implementation of a UF2 bootloader for the STM32H743ZI, and I get an issue with the flash that goes into "Inconsistency error" during second word write.I have properly erased the flash sector before the write.Here is the funct...
Hello, I was incorporating a "STM32L052T8Y6" MCU into a design. This is in a small 36WLCSP package. Are there any application notes, reference designs, or other material I could look at to get guidance or recommendations in the layout?I saw the "TN11...
I'm using the ARM-specific micro-controller compiler, not generic gcc.
I am switching 5V relay with BJT using MCU(STM32G030) pin. When clock speed is 64MHz(max speed) and 1ms timer update interrupt is enabled, not every time I switched relay but sometimes MCU goes into hardFault handler. But if I disable timer update in...
How can I resolve the issue ? I have tried it on a new installation of Windows 10 build 19041.329 and I get the same issue.This it the website that states I should use Windows 10 drivers. https://my.st.com/content/my_st_com/en/products/development-t...
Hello, I have a STM32H745I-DISCO board that I would like to debug using UART Serial over the STLINK virtual com port. UM2488 Section 6.14 shows this should be connected to USART3. I have the USART3 peripheral enabled with the following configuration:...
Hello everyone,I've added a complex Simulink-generated function to my code which previously used Freertos to read some sensors with I2C in DMA mode and sending messages over CAN.Unfortunately I'm getting an Hard fault as soon as this function is call...
I'm trying to write the option byte in my STM32G030 uC to be able to start the internal boot loader by pulling BOOT0 high (set nBOOT0_SEL = 0). The problem is I'm getting a WRPERR while writing. All other related registers are in default state. If I ...