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

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
  • 1325 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
  • 640 Views
  • 2 replies
  • 0 kudos