STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32F3 Comp not writing to registers

Hi All,So I've beern trying to write to the registers of the comparator 2 but when I debug , the values of the registers don't change. This leads me to believe that I have an issue getting the clock to the peripheral.I have a 16 MHz external XTAL whi...

glenn0010 by Associate III
  • 704 Views
  • 3 replies
  • 0 kudos

elf flash fail after mass erase

I'm trying to debug an error I get when I try to flash internal flash on my stm32f4 board. I first use the flash_erase command to do a mass erase using openocd: flash erase_address unlock 0x08000000 0x100000Then use the flash_write command to flash t...

Rmo.1 by Associate
  • 370 Views
  • 0 replies
  • 0 kudos

I can't initialize stmpe811.

Hi, I'm working on a project with STM32F746 MCU and I used stmpe811 for touch controller but my code always going into hard fault error during initialization. I attached my project on the drive also I added the initialization part of code. Please hel...