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

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
  • 772 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
  • 428 Views
  • 1 replies
  • 0 kudos

DAC and PWM won't give out current - Why?

Hi!I'm trying to enable DAC and PWM so they can give out current, but nothing happens. I have tried to connect a simple LED to the pin, but non of the DAC nor PWM pins light up the LED.First of all, here is my init for TIM2, which has PWM enabled.I e...

DMårt by Lead
  • 566 Views
  • 4 replies
  • 0 kudos