STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

I am a newbie to both FreeRTOS and STM32. I want to know how exactly callback function HAL_UART_TxCpltCallback for HAL_UART_Transmit_IT works ? Can we edit that that callback function for our convenience ?

This has nothing to do with my program, can I change this? __weak void HAL_UART_TxCpltCallback(UART_HandleTypeDef *huart) { /* Prevent unused argument(s) compilation warning */ UNUSED(huart); /* NOTE: This function Should not be modified, when ...

VR by Associate II
  • 106 Views
  • 0 replies
  • 0 kudos

STM32F7 FMC/SDRAM deinitialization problem

Hi, I'm writing a custom bootloader that reads a *.dfu file from an USB memory stick and programs the internal/external flash accordingly.So far, everything is working fine... I've tested it on an Nucleo STM32F767 and on a STM32F746G-DISCO and I ca...

iw2lsi by Associate II
  • 400 Views
  • 6 replies
  • 0 kudos

STM32F778, VDD 1.8V, USB not working

We have a design using the STM32F778. The FS USB works fine with VDD = 3.3V. When VDD = 1.8V, the USB does not work. VDDUSB is connected to 3.3V in both cases. On some boards, the FS USB will be detected by PC as a bootloader but it does not actu...

MVore by Associate II
  • 256 Views
  • 5 replies
  • 0 kudos