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

Resolved! Use of bootloader to program an STM32G474QET6TR

Hello, I am designing a card that will use an STM32G474QET6TR and I want to program it using USART. The card will use a USB to USART converter (FTDI4232HL).  The Rx and Tx of the FTDI are connected to pin PA2 and PA3 respectively, as I found in AN260...

EliazLB_0-1744113604627.png
EliazLB by Associate III
  • 260 Views
  • 4 replies
  • 1 kudos

Resolved! STM32N6 minimal hardware design

Hi there,I'm designing a custom PCB using the STM32N657Z0 MCU. The design is extremely space-constrained, so I try to leave out everything I can. Since this deviates quite a bit from the reference design (well, the N6 Discovery kit, that is) I'd love...

asdfasdf by Associate III
  • 1003 Views
  • 5 replies
  • 2 kudos

Resolved! A usable and minimal USB osciloscope with bluepill

hi guys, I'm a desktop programmer and do not know much about micro controllers and electronics but i am very interested in making an oscilloscope  which:- simple to build with well known parts and ICs- it uses bluepill as the ADC and no other ADCs- i...

epsi1on by Associate II
  • 3659 Views
  • 10 replies
  • 11 kudos

Resolved! Accurate ADC reading with Bluepill

Hello all,for my DIY Radio Controller (LoRa and STM32F1C8) i am using two joysticks and one poti.I am reading ADC with the DMA but what i noticed is that the ADC values are not so accurate.I know with not (professional, expensive) Potis and joysticks...

hamo by Senior
  • 1165 Views
  • 3 replies
  • 0 kudos

Resolved! STM32L552CCT6 Unable to erase flash memory

I can't erase the flash in the STM32L552CCT6 with the code below. I wonder if my code is wrong. When I check the memory, the 2kB from the flash address 0x803F800 is not 0xFF. The reason it wasn't 0xFF originally seems to be because something other th...