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

Hi every one, I am using STM32F469 discovery , I just created a project in touchgfx with 2 png background screens and and when I refresh and compile this project in IDE I got errors .

the errors like :\st\stm32cubeide_1.6.1\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.win32_1.5.0.202011040924\tools\arm-none-eabi\bin\ld.exe: STM32F469I-DISCO.elf section `ExtFlashSection' will not...

SR.8 by Associate II
  • 831 Views
  • 4 replies
  • 0 kudos

Resolved! About STM32G474 option production value?

My target device is STM32G474VET6. I checked my empty device that the values are the same with "ST production value" from user manual. (Please see the screenshot) After flash programming on this chip(have done erase and program, no options), I read d...

0693W00000Czwk2QAB.png
fastfret by Associate
  • 543 Views
  • 1 replies
  • 0 kudos

Resolved! question about STM32L562 smartcard mode?

Hi,When I configured the USART to "smartcard with card clock" mode, it can receive the response with 2bit guard time from smart card, but can't receive the response with 1bit guard time.Please advise why it can't receive the response with 1 bit guard...

zqizh.1 by Associate II
  • 501 Views
  • 1 replies
  • 0 kudos

ECC implementation for SDRAM in STM32H7

Hi team,We are working on project where external SDRAM is interfaced with STM32H7 microcontroller through FMC and its working fine.Now I need to implement ECC for the SDRAM, Can anyone help me out and the process flow to do that and any inbuilt regis...

SMula by Associate II
  • 2358 Views
  • 7 replies
  • 0 kudos

Dual ADC mode with DMA circular mode problem for STM32L475

In the reference manual, it is showing that for the dual-mode circular mode we need to use the DMA related bits in the ADC12_COMMON -> CCR instead of DMA bits in ADC1 -> CFGR. For me, this DMA transfer in circular mode is working properly only when D...

0693W00000D0dqDQAR.png
Harish1 by Associate III
  • 364 Views
  • 0 replies
  • 0 kudos

Resolved! STM32L4 UART DMA TX Callback not called

Posted on June 15, 2017 at 13:00 Dear community, I used CubeMX to setup a project for UART DMA transfers RX and TX. Apart from my protocol logic, I added two callbacks: void HAL_UART_RxCpltCallback(UART_HandleTypeDef *UartHandle) { rx_cplt...

stm32f103 modbus rtu-485 with Delta hmi

Posted on April 02, 2018 at 15:31Hello, My name is Mahmoud form Turkey,I'm trying to connect Delta Hmi with modbus protocol using RS485 connection method. I use STM32F103C8 microcontroller. I'm trying to apply to finish my internship project, I know...