Ask questions, find answers, and share insights on STM32 products and their technical features.
I'm using Segger's J-Link programmer to program STM32F767 MCU. Quick Question:1) During programming/flashing (while downloading a binary file), J-Link programmer asserts RESET# line logic LOW or RESET# line will logic High?
Working with TIM8; I have enabled one-time-pulse, set 'Channel1' to 'Output Compare CH1', set the Output Compare Channel 1 Mode to 'Active Level On Match', and Pulse to 0. I set the timer's ARR = 65535, and set the Compare Register to 20000. I hav...
For the STM32F429ZIT Discover Board, need information and URL links about GPIO pins expansion hardware and C++ Mbed programming examples for using the expanded pins please?Thanks,
I'm running this code in my application and it continuously reboots. I've since moved the writing of the option bytes to the programming stage to avoid it but want to understand what I'm doing wrong. FLASH_OBProgramInitTypeDef ob; ...
I am using DMA for receiving data, but interrupts for transmitting over UART and I am experiencing following issue:When the UART experiences Framing Error, the DMA stream triggers an interrupt to which HAL responds by eventually calling UART_DMAAbort...
As soon as i configure PB4 as SPI1_MISO, I get disconnected from the target. Even the connection doesn't use the NJTRST pin.It used to be a bug on the stm32L4, but I could't find it mention on the errata of the stm32U585.Has anyone (ST) knowledge abo...
Hello,I am trying to develop an application with the X-NUCLEO-IDW04A1 Wi-Fi evaluation board on a STM32F070 microcontroller. I downloaded the expansion package X-CUBE-WIFI1 that provides implementations for STM32L0, L4, F1 and F4 but not on my target...
Hello,I am working on a empedded firmware development which uses RTOS RTX5, running on STM32H753ZI microcontroller. I have set up a web server and I receive and send JSON. The library I am using to create and Parse JSON is CJSON. Everything work well...
I try a lot of clock configurations but it always response command timeout error at the following line of the generated MX_SDMMC1_SD_Init function.if (HAL_SD_Init(&hsd1) != HAL_OK) { Error_Handler(); }How should I set the SDMMC1 configuration for ST...