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

Do SPI pins ever float?

When I used buffers between CPU and SPI peripherals I got problems. There were no Pull-ups.Bare GPIO pins with pull ups work. So do SPI pins float between transfers?CPU happens to be STM32H750/STM32F746 if it matters.

LMI2 by Lead
  • 850 Views
  • 4 replies
  • 0 kudos

Resolved! Why is my SPI slave only sending one byte?

I am trying to read the position of an absolute rotary encoder (AMT22B-V). I have it connected to a Nucleo G474RE board. In the main.h file of the STM32CubeIDE project, I have the following declaration:#define BUFFERSIZE            (COUNTOF(aTxBuffer...

0693W000001ryUzQAI.png
MSzos.1 by Associate II
  • 2061 Views
  • 5 replies
  • 0 kudos

LL_RTC_WaitForSynchro function in LL drivers

Hi,While using STMCube Drivers version 1.24 for STM32F4 processor, I discovered the following:LL_RTC_WaitForSynchro function that waits for RTC Shadow registers to be updated, often times returns error on timeouts. The timeout values set is 1 second....

RBharol by Associate III
  • 527 Views
  • 0 replies
  • 0 kudos

Execute nLog(n) algorithm in real time

Hey,I am planning an algorithm that needs to work in Real time.The system includes an ADC that samples in rate of 5Msps and the interface with the CPU is 80MHz in SPI.From  primary calculation the running time Complexity is O(n log n), and the result...

Pkats.1 by Associate II
  • 623 Views
  • 3 replies
  • 0 kudos

Keil uvision

hi everyone, i would like to know if anyone has faced the same probleme : so i'm working with keil uvison5, i have build usart2 (PA2-->Tx / PA3-->Rx), everything works, and the message is printed correctly in the serial monitor, but when i'm trying t...

SIDRI.1 by Associate III
  • 1001 Views
  • 4 replies
  • 1 kudos