STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

OPENAMP STM32H745 memory problems

Hello,i am trying to implement Openamp to in a project with touchgfx. In the beginning i started with openamp and it worked. M7 was the master, M4 the slave and i had a working implementation. It turned out that encoders etc are better handleled on t...

MReus.2 by Associate II
  • 492 Views
  • 3 replies
  • 0 kudos

Resolved! X-CUBE-DPOWER

There is a new Digital Power software expansion pack for STM32Cube, X-CUBE-DPOWER.https://www.st.com/en/embedded-software/x-cube-dpower.html.Does anyone know if the default code generated will immediately work on STEVAL-ISA172V2?https://www.st.com/en...

small and fast: µs-delay with TIMER4

First suggestion after internet inquiry:// Initialization procedure: RCC->APB1ENR = 0b00000000000000000000000000000010; TIM4->PSC = 15; TIM4->ARR = 65534; TIM4->CR1 = (1<<0); // Function: void delay_US(uint32_t us) { uint32_t i; for( i = 0; i <=...

timbo2023 by Associate III
  • 155 Views
  • 2 replies
  • 0 kudos