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

Blinking LED with TIM1(STM32F3DISCOVERY) through registers

I'm working on a project with an STM32F3 MCU and I've been running some test-code on register level, but I have had trouble with the timer and making pin PE8 blink. The result from this code is that it will turn the LED on but it won't toggle the pin...

Mhass.12 by Associate II
  • 1425 Views
  • 4 replies
  • 0 kudos

ADC interrupt goes to default handler in Coocox COIDE

HelloI am (still) using CooCox IDE + STM Periph Libraries 1.5.0In my code I finally enabled ADC interrupt , but surprise, the code is ending into default handler regardless the fact that I have a function with the same name as the adc handler used in...

ionutF by Associate III
  • 744 Views
  • 1 replies
  • 0 kudos

Resolved! STM32F750 QSPI Boot Issue

I am trying to boot from the QSPI on F7508-DK board.I followed the guide by ST mentioned at STM32Cube\Repository\STM32Cube_FW_F7_V1.16.1\Projects\STM32F7508-DISCO\Templates\ExtMem_BootBasically this needs to be flashed once, so the code can jump from...

stm32g474 qspi do not work

when i use HAL_QSPI_Receive() in debug mode, always "internal command error". I found this MODIFY_REG(hqspi->Instance->CCR, QUADSPI_CCR_FMODE, QSPI_FUNCTIONAL_MODE_INDIRECT_READ); will cause the error. but i do not know how to correct。

XCao.11 by Associate
  • 410 Views
  • 1 replies
  • 0 kudos