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

Virtual Com Port doesn't work in win10

I have the stm32f4 discovery kit. It's true, natively doesn't have an UART communication from USB but I connect the pins RX and TX of debugger to USART2, step and step from datasheets. I would have to see the device in the port on my Device Manager ...

FArle.1 by Associate II
  • 2300 Views
  • 6 replies
  • 0 kudos

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
  • 1366 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
  • 1506 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
  • 1095 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
  • 1620 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
  • 857 Views
  • 1 replies
  • 0 kudos