STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to set delay between two timers?

I have two signals, one I would like to output for the first 950 ms of every second and then a second signal that I would like to output at a variable start time of each second. I included my code (the delay function does not work) for reference if ...

SGold.3 by Associate II
  • 1245 Views
  • 8 replies
  • 0 kudos

Resolved! Stuck at HAL_init() with RAM.ld

Hi everyone!I'm using a nucleo H755 boardI'm basically trying to debug my code from RAM. I already set the linker to use the autogenerated ld file (STM32H755ZITX_RAM.ld). When I try to debug, the application initializes, however It does not go beyon...

GCanc.1 by Associate II
  • 715 Views
  • 2 replies
  • 0 kudos

Resolved! Why does my code only work on STM32 L476RG and not G474RE

Hi,I want to use the ETR to count pulses and set a second timer, so every ... seconds the value from the ETR counter is red and renewed like discribed in this ExampleSTM32 Frequency Counter – LAB10 https://deepbluembedded.com/stm32-counter-mode-examp...

NHube.2 by Associate
  • 624 Views
  • 2 replies
  • 0 kudos

Sendig USART does not send STM32F303RE

I'm trying to send data via USART to a serial monitor (i'm following a course) but i can't see it's receiving the data, the course is creating its own library manipulating registers.void UART2_WRITE(int ch);   int main(void) {   //enable clock to g...