STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Testing timer and unable to get the expected output

htim3.Init.Prescaler = 20 - 1; htim3.Init.CounterMode = TIM_COUNTERMODE_UP; htim3.Init.Period = 200 - 1; sConfigOC.OCMode = TIM_OCMODE_TOGGLE; sConfigOC.Pulse = 0;I am using a NUCLEO-L476 and have a 20MHz clock source. I am using no interrupt...

SWenn.1 by Senior III
  • 864 Views
  • 4 replies
  • 0 kudos

Why am I getting "No Synchronization" when trying to use trace on M4 core of STM32H747 to write to "Debug (printf) Viewer"?

I'm working with the STM32h747-DISCO with Keil Development tools and an ST-LINK debugger, and I'm trying to use the Debug (printf) Viewer. I can get it to work properly on the M7 core, but am getting "No Synchronization" when I try to use the M4 co...

0693W000000WSjXQAW.png 0693W000000WSjhQAG.png

STM32G0 internal temperature sensor

Hello All,I need to read tempereture of mcu.But I confused about formula given at referance manual.which is below.Because there no data TS_CAL_2 val   Thanks.Regards.EMRE

0693W00000DnKJwQAN.png 0693W00000DnKKGQA3.png

SPI hard NSS and multibyte transmission

Hello,I am using bare metal STM32G441 SPI (no ST HAL or LL). It has been a very tiresome dilemma with the chip select. If I use the hardware NSS (Motorola mode) then I get a pulse after each byte. If I use software NSS then the last bit gets crippled...

0693W00000Y7JteQAF.png