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

STM32F469 SDRAM addressing issue

I am experiencing an issue using STM32F469I-DISCOVERY board, Atollic TrueSTUDIO and STM32CUBEMX. When writing to a memory address in SDRAM, let's say I'm writing 0xAA in memory address 0xC0000004, the data is not written to that address but instead i...

FBelv by Associate II
  • 648 Views
  • 0 replies
  • 0 kudos

Performance hit running code on STM32F7 vs SMT32F4

Hi,I'm currently implementing an encoder/decoder for a Forward Error Correcting code (specifically a Fountain Code) that I'm trying to implement on an embedded system and optimize for speed. I'm currently using an STM32F429I-Discovery Board as well a...

KParv by Associate
  • 552 Views
  • 0 replies
  • 0 kudos

Passing float value to UART buffer ?

Dear Members,How can I pass float value from RPM to UART bufferfloat ==> (uint8_t*)&aTxBuffer8 ?(uint8_t*)&aTxBuffer8 = snprintf(str_rpm,sizeof(str_rpm),"%f",rpm);?Thanks

Resolved! About printf() out on UART5 of STM32F3DISCOVERY Board

I'm testing printf() out on USART1 and UART5 of STM32F3DISCOVERY Board.USART1 tx (PC4) <-> RS232C converter UART5 Tx (PC12) <-> RS232C converterprintf() out on USART1 is working normally. but, printf() out on UART5 is not working.Could you please che...

STM32F7 UART5 issue

Before I explain the problem, I have to give some background. Our project went through a long stage of Proof-of-design, in which a maintenance program was written which tests all the interfaces. Part of this incuded BIT routines for those interfaces....

SBurc by Associate II
  • 1791 Views
  • 9 replies
  • 0 kudos

Resolved! How can I read & write TAMP backup x register?

In the reference manual under 39.6.18 there is the description of the TAMP backup registers (TAMP_BKPxR).Neither in the RM nor in the STM32CubeL5 Hal I can find the base address of those registers.How can I read&write to TAMP_BKP0R - TAMP_BKP31R?

how to send data from salve to master in i2c?

I have two i2cs, i2c1 and i2c2, I set i2c1 as master and send data request (a "0" char) to i2c2, which is set as slave. now I have enabled event interrupt in i2c2, and when i2c1 sends command, I could find the default MX generated interrupt function ...

adam.wu by Associate II
  • 634 Views
  • 1 replies
  • 0 kudos