STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 341 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
  • 780 Views
  • 5 replies
  • 0 kudos

Getting the wrong status value from HAL Libabry

Hello,I configure the DAC using SPI configuration. I am reading the DAC registers value , when register is read back i got wrong status value from HAL Library why these happened?for(i=0,j=0,k=0;i<=46;i++,j++,k++) { Read( SAW_ADD[i],SAW_Val[j],SAW_...

0693W00000Y6pvfQAB.png 0693W00000Y6pvaQAB.png
MDeva.1 by Associate II
  • 378 Views
  • 2 replies
  • 0 kudos