STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Cubeide deletes files if disk is full

So weird behaviour: my disk was running full, while i was modifying a file. When trying to save instead of aborting it just emptied the whole file, what a *** weird behaviour, other editors would just do nothing. 

.ioc nightmare on Linux

Can someone please shed some light on why opening an .ioc file on Linux is like Russian roulette. Sometimes it works, sometimes you get a blank screen, sometimes nothing at all and sometimes 'Yes!!! it's working'.Running IDE 1.16.0 on Linux Mint 21.3...

FFont.2 by Associate II
  • 76 Views
  • 2 replies
  • 0 kudos

Interfacing STM32H7 with uSD using SDMMC

I referred a youtube video   https://www.youtube.com/watch?v=I9KDN1o6924So i followed the steps /* USER CODE BEGIN 2 */ if(f_mount(&SDFatFS, (TCHAR const*)SDPath, 0) != FR_OK) {  Error_Handler();}   else {      if(f_mkfs((TCHAR const*)SDPath, FM_ANY,...

Deepau by Associate II
  • 236 Views
  • 3 replies
  • 1 kudos

Resolved! debug error with stm32h755 on cube ide

I configured adc+dma of h755 on cubemx and generated code for cube ide.I compile (have not changed the code since it was created) and it's normal.However, when debugging, it runs to this line and cannot exit.H755 board is NUH755ZIQ$AT3, while I debug...

Screenshot 2024-07-19 155024.png
Ruồi by Associate III
  • 147 Views
  • 4 replies
  • 0 kudos

Problem with remore target debugging in cubeide 14

I have problems with remote debugging of an STM32L432 device from STM cube ide ver 1.9 on arch linux.gI can connect and debug with cube with the target directly connected.When i connect to a remote raspberry with the same tarrgeti i get an error: "Co...

pejjo by Associate
  • 391 Views
  • 1 replies
  • 0 kudos