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

How to: 32F4 Cortex-M4(F) Lazy Stacking and Context Switching

There must be a function to save the FPU context of the 32F4 but after an hour searching all I see is 11 years of people asking for clarification on how to do this, and nice looking technical papers none of which list more than a couple of lines of A...

Robmar by Senior III
  • 1425 Views
  • 6 replies
  • 0 kudos

Resolved! STM32CubeMX - OCTOSPI configuration

When I used STM32CubeMX to do the parameter setting. For some of the parameters I don't know how to configure them. For example, the parameters like: "Chip select high time", "Chip select boundary", "Refresh rate". How to configure the above three pa...

0693W00000Y6mN6QAJ.jpg
rsun.11 by Associate II
  • 1185 Views
  • 1 replies
  • 0 kudos

Nucleo-G474RE I2C Debug Problems

Hello everyone, I am trying to make an I2C communication with the Nucleo G474RE, however I am having problems at the time of Debugging. This is causing that the SCL stops working on my board.I use the I2C1 Pin 14 (PA14) and Pin 13 (PA13) in the initi...

0693W00000Y6quEQAR.png
LSanm.1 by Associate II
  • 1865 Views
  • 6 replies
  • 0 kudos

Hi,I am using STLED524 Intelligent matrix LED display driver IC for my project. I am checking for the drivers to interface above matrix with STM32-Nucleo-MB1360-G071RB.But I didn't find any drivers.

Can you share the driver library if already available with STM32 for STLED524 matrix.If not available can you provide any support in the future for implementing the drivers for STLED524 with STM32.

Sireesha by Associate
  • 467 Views
  • 0 replies
  • 0 kudos

Resolved! How to show data received by UART to graph?

Hi, I want to receive data by UART and display them by graph.Here is my code:``` HAL_UART_Receive_IT(&huart1,(uint8_t*)RxBuf,1); RxBuf[1]=r1[i];```and show by graph:```  if(i<256){ dynamicGraph1.addDataPoint(r1[i++] ); }else i=0;```the problem is...

nsabo.1 by Associate II
  • 1201 Views
  • 5 replies
  • 0 kudos