STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Stuck in UART_WaitOnFlagUntilTimeout

Hi,I'm trying to transmit/receive data by uart. I have a state machine that is processing incoming bytes periodically, so I use a ringbuffer and write every received byte into this buffer.void HAL_UART_RxCpltCallback(UART_HandleTypeDef *huart){  if (...

KR51K by Associate III
  • 676 Views
  • 0 replies
  • 1 kudos

STM32F7 QSPI Flash External Flash Loader

Hello to everyone. I am currently developing a project using STM32F750N8 and W25Q128. As you can guess, the project has an LCD. So the project is too big to fit into the internal memory. That's why I need an external memory integrated programming. I ...

Problem with B-L475E-IOT01A connection to the PC.

Hi everyone, first of all, sorry for my english, and I don't know if i should post this here, so i'm sorry if not.I have a problem when i connect the B-L475E-IOT01A board to the pc. It shows me a error message: "error, not recogniced device connected...

STM32L4R9-Discovery and external PSRAM

Hello,I am currently working with a STM32L4R9-Discovery board with STemWin using demonstration project.I want to use the external PSRAM as a memory for the LCD GFXMMU framebufferfrom LCDConf.c :#if defined ( __ICCARM__ ) #pragma location="FrameBuffer...

STrop by Associate II
  • 810 Views
  • 2 replies
  • 0 kudos

STM32F030 IS NOT PROGRAMMING SUCCESSFULLY

Hi, we are using STM32f030 micro controller for our tracking device design. We have programmed some boards successfully using STM32 debugger. But in one board we are unable to program the code. there are some data saving to the controller memory whil...

DG.10 by Associate
  • 527 Views
  • 1 replies
  • 0 kudos

Writing Blocks of ADC DMA Conversions to SD Card on the STM32F7 Discovery Board (ADC + Timer + DMA + SDMMC)

I'm trying to write blocks of ADC Conversions using DMA from the STM32F46 Dsicovery board and I'm having issues writing to the SD card when HAL_ADC_ConvCpltCallback(ADC_HandleTypeDef* hadc) is called. I'm running a 500KHz timer to trigger my ADC and ...