Ask questions, find answers, and share insights on STM32 products and their technical features.
Hi,Context:I've hit a roadblock in using the stm32h743VG.According the reference manual, this is the FLASH memory mapping: I'd like to focus your attention on the address gap between Bank1 & Bank2.To alleviate this, I've first done the following:MEMO...
PM0056, Rev 6, page 105, Table 33. STM32 core peripheral register regions,Nested vectored interrupt controller;twice ?0xE000E100-0xE000E4EF Nested vectored interrupt controller0xE000EF00-0xE000EF03 Nested vectored interrupt controller
I'm using an STM32F765 and a toshiba NAND chip via FMC. I want to use the hardware ECC, but the ECCR register is always empty. My fmc init looks like this: /** Perform the NAND1 memory initialization sequence */ hnand1.Instance = FMC_NAND_DEVICE; /* ...
I've developed the application on the F446 NUCLEO Board. Now I want to transfer the Firmware of the F446 of the NUCLEO Board to the new installed STM32F446 chip on the PCB. How can this be done or is ther anywere a binary file, that can be uploaded ...
hello everyonehow can I generate an event when timer operates in input capture mode the counter value goes above the ARR register value? in my special case I load ARR value to 10000 and CNT register goes ablove ARR value and dosent generate an interr...
Coming from AVR this is not possible, I do see some peripherals can use multiple pins. Working with the STM32H7 specifically here. A colleague of mine said he was under the impression ST chips can use any pin ( or a number of pins ) for say one of th...
Hi,i am using macOS to flash an STM32F411RE.It is recognized, the mass storage shows up, but whenever i try to flash it using ArduinoIDE, it exits with code 3: STM32F411RE not found.Does anyone know how to fix this?Thanks in advance.