STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

When is HAL_UART_RxCpltCallback called?

Hi there,I am new with UART and want to use my own UART Functions and i found the function HAL_UART_RxCpltCallback and HAL_UART_TxCpltCallback.When are this Functions called? I found them in the documentation of stm but that didn't explain well when ...

arduo by Senior
  • 3337 Views
  • 6 replies
  • 1 kudos

Bug in HAL of busy wait in flash NOR

Hello,Checking stm32h743 eval examples (cube) of NOR, there is a wait on busy/ready signal in code:/* NOR Ready/Busy signal GPIO definitions */ #define NOR_READY_BUSY_PIN GPIO_PIN_6 #define NOR_READY_BUSY_GPIO GPIOC   /** * @brief NOR BSP Wa...

ranran by Senior II
  • 271 Views
  • 2 replies
  • 0 kudos

Resolved! I2C-Slave Sample Souce for STM32F303

Everyone, I would like to tell you. I will use the HAL library for the first time. What functions should be called in the main loop for write commands and read commands from I2C-Master? I am very happy if you can provide a sample source. I saw the so...

Kazu by Associate
  • 475 Views
  • 1 replies
  • 0 kudos