STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Problems changing settings for different ADC sources

HiI’m having some problems using the ADC on external and internal signals with different requirements.It and old design having a new MCU (STM32L452RCT), where only the MCU interface are updated, the application are (almost) unchanged. The PCB are in ...

JohnnyK by Associate II
  • 955 Views
  • 6 replies
  • 0 kudos

"Port Open and try to configure the board"

Hello!I am having trouble when connecting STM32 to Motor Pilot. I am using F302R8 control board and IHM07M1 as power board. I can see the port in Decive Manager and it says it is port COM5, but when I connect through COM5 from Motor Pilot I get the m...

EBerg.2 by Associate II
  • 2206 Views
  • 5 replies
  • 0 kudos

Incorrect interrupt time

Hi everyone,I'm using Nucleo H723 board. I have used 8 timers in encoder mode to read the encoders. I have also activated another timer to make an interrupt every 4ms to send the data via Usart.everything work good but when I use sprint code to put t...

0693W00000KaQ7ZQAV.png
Nmo.1 by Associate III
  • 1352 Views
  • 7 replies
  • 0 kudos

Resolved! Sending USART message via interrupt using registers

Hello,I am working on a college project and struggle with sending a message to the virtual terminal using USART interrupt.I work with following code:void UART_Send (uint8_t *buffer){ USART1->CR1 |= USART_CR1_TXEIE; // Enable TXE Interrupt USART1-...

UMilo.1 by Associate III
  • 2118 Views
  • 9 replies
  • 0 kudos