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

BOOT probem

I have working with STM32L083... Since now no problem observed but my last pcb has BOOT problem... Namely when I ACTIVATE BOOT signal STM enter to boot mode but when I relesed taster for boot signal MCU resume from boot mode... earlier version of pcb...

MJova.1 by Associate II
  • 511 Views
  • 1 replies
  • 0 kudos

Output compare to turn on a LED

Hello,I am working on a STM32F723E-Disco,I am learning the use of timers and their functionalities.In particular, I try to use the output compare.What I'm trying to do is to use the output compare to turn on a LED when the output compare is triggered...

SGROU.1 by Associate III
  • 1485 Views
  • 5 replies
  • 0 kudos

I want to mak a decoder input signal by counting 25Mhz clock. The 25Mhz clock signal should also come out to the output port.

Set the APB2 timer to 180MHz to generate a 25MHz clock signal in output compare mode.And it tries to increase the decoder signal by 1 by counting every 513 rising edges.However, the decoder input signal is toggled on more than 513 signals.By changing...

선권.1 by Associate
  • 816 Views
  • 2 replies
  • 0 kudos

I am using STM32CubeMX to generate an MDK-ARM project for NUCLEO-L552ZE-Q. If, in the clock configuration tab, I select HCLK/8 as SysTick clock source, the SysTick initialization code generated produces a wrong time base.

The problem arises because by selecting both HCLK and HCLK/8 the SysTick is always initialized like this:SysTick->CTRL = SysTick_CTRL_CLKSOURCE_Msk | SysTick_CTRL_ENABLE_Msk;thus selecting HCLK as clock source in both cases.Maybe the correct code sh...

GRizz.1 by Associate
  • 370 Views
  • 0 replies
  • 0 kudos

Resolved! STM32H7 Simple SPI Rx does not work

Hello,I am using SPI1 on STM32H743ZI MCU.When I use SPI Transmit Function it works well.But when I use :HAL_SPI_Receive(&hspi1, ads_buf, READBACK_LENGTH,500);ads_buf is still full of 0, it does not get filledI checked with logic analyser and it is wo...

0693W000007ByPuQAK.png