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

STM32C091CCU6想使用uart更新mcu

譬如說我使用一個按鍵,按下去之後執行函式"jump_to_sys_memory_bootloader",再搭配STM32CubeProgrammer,使用uart來更新我的MCU,但是一直無法連接成功,以下是我的函式請問哪邊有遺漏嗎?static void jump_to_sys_memory_bootloader(void){uint32_t i;void (*SysMemBootJump)(void);__IO uint32_t sys_memory_address = SYSMEM_BOO...

STM32C0 USBX CDC send data un-stoppable

Hello, I am using STM32C071 in my project, the main work is to receive data from PC, then do some controls, then send data to PC.However, during the send data to PC step, sometimes the data will be sent continuously, it doesn't meet my requirements, ...

thomas123_0-1758849792661.png

Waveform display on STM32F429I-EVAL LCD

Hello everyone, I am trying to use STM32F429I eval board to do some basic signal processing labs, like show a sinewave on the LCD display, and fft spectrum on the display too.But it is not easy to manually configure the LCD display to show some custo...

Embedded_Andy_1-1759203619208.png

STM32F4 + SDIO + FATFS

Hello,I am trying to get f_mount() to work with the SDIO peripheral. Currently, the f_mount() reaches the first disk_read() function, where it hangs in the osMessageQueueGet() call.  Stuff I already tried:- increase min & max heap to 0x400, 0x800- in...

ayhamxyz by Associate II
  • 302 Views
  • 2 replies
  • 0 kudos