STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

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
  • 798 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
  • 1218 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
  • 330 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
  • 746 Views
  • 5 replies
  • 0 kudos