STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Changing Baud Rate results in Framing Errors – STM32F303

I have a GPS module I'm talking to at the default 9600 baud. I then send it a command to change the baud rate up to 115200. After the command is sent, I believe the GPS module is correctly switched over to the new baud rate, since I immediately will ...

SWill.11 by Associate II
  • 1343 Views
  • 4 replies
  • 1 kudos

Resolved! Timer Interrupt STM32F030C6 with Tim16 and Tim17

Hi guys,I'm using STM32CubeIDE with STM32F030C6 at 48Mhz.I'm trying to generate the graph below in my application, but I only have Timer 16 and 17 available. Is this possible? Could someone give me a tip? Thanks!

Mike2020 by Associate
  • 1643 Views
  • 2 replies
  • 0 kudos

Use of ECC in NAND memories for STM32F429

Hello,I am trying to use the ECC computation block for a NAND memory in STM32F429. The page size of my memory is 2048 bytes + 64 spare bytes.The ST32F429 Reference Manual says "The ECC algorithm implemented in the FMC can perform 1-bit error correcti...