STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Executing code from RAM problems

I'm developing application on stm32H7 and a need to execute small function from RAM. I add RamFunc derective, and describe in linker *(.RamFunc) in .data section. As a result, i certainly see, that function code moved to RAM address space. I compare ...

Iivan.1 by Associate II
  • 705 Views
  • 6 replies
  • 0 kudos

Howto implement I2C slave clock stretch timeout.

Hi,I like to implement a I2C slave on a STM32G081 with using stm32cubeide.Basically, it is working.Sometimes, the system communication stuck while a transaction on the STM32 I2C slave is active.How can I implement a clock stretch timeout on slave sid...

MScho.15 by Associate
  • 222 Views
  • 1 replies
  • 1 kudos

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
  • 554 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
  • 682 Views
  • 6 replies
  • 0 kudos