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

Nucleo STM32F411 pins not working when alternate functions

It seems that I'm having problems with the pins configured as alternate function.If I configure the same pins used by SPI or USART as simple gpio outputs, I can see them toggling with the logic analyser. but when I configure them as SPI (alternate fu...

RBran.3 by Associate II
  • 1198 Views
  • 5 replies
  • 0 kudos

Resolved! STM32H723VE dma don't work with adc

dma don't work with adc. After first writing dma set flag TEIF. Value wasn't written to buffer. I ported example (adc dma transfer) from stm32h743 to 723, it have this error too.

FAndr.1 by Associate II
  • 1336 Views
  • 7 replies
  • 0 kudos

Resolved! Why OCTOSPI registers aren't accessible on NUCLEO-L4R5ZI-P?

Hi,I'm trying to configure manually OCTOSPI registers in order to implement Hyperbus protocol but when I try to write registers it has no effect...I'm using that command: OCTOSPI1->CR = OCTOSPI1->CR | (0x1 << 0);But the register keep it's value 0.

AGEBE.1 by Associate II
  • 955 Views
  • 6 replies
  • 0 kudos

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