STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How do I measure execution time and achieve determinism?

Hello to everyone. I would like to prepare some exercises where my students should quantitatively design a real-time application on a Nucleo F767ZI boards, but to do so they will need to determine and control the execution time of their code. I am as...

PB1 by Associate III
  • 1541 Views
  • 4 replies
  • 0 kudos

Using LPUART to transmit byte wise: Space between Bytes

Hello,I have a STM32 L081KZT and want to use the LPUART to send an Array of bytes, byte wise. For that, I use HAL_UART_Transmit_IT to send the first Byte of the Array and HAL_UART_TxCpltCallback to recursively write the rest of the Array with HAL_UAR...

0693W00000NqLf1QAF.png
HRaup.1 by Associate II
  • 1998 Views
  • 6 replies
  • 0 kudos

Resolved! How to receive a whole string of characters, sent by a computer to a NUCLEO-L432KC using UART communication?

Hello everyone,I would like to transmit strings of characters (which could be different sizes) using the Nucleo's UART serial communication. I'm using HAL_UART_Receive_IT(&huart2, &rx_buffer, 1), which receives the characters one by one and stores th...

Loic1 by Associate III
  • 4004 Views
  • 11 replies
  • 0 kudos

Need Target name for Mbed Studio Desktop program please

For the Mbed Studio Desktop program, I need Target name for the STM32F429I-DISC1.At present Mbed program has Target name only DISCO-F429ZI (S/N: 066AFF5...71658...I need to develop C++ programs using Mbed Studio Desktop program using 32F429I Discover...

SamJ1 by Associate II
  • 899 Views
  • 5 replies
  • 0 kudos