2025-09-20 15:01:24 -05:00
2025-09-20 15:00:09 -05:00
2025-09-20 01:46:50 -05:00
2025-09-15 16:07:41 -05:00
2025-09-15 16:07:41 -05:00
2025-09-20 15:00:09 -05:00
2025-09-20 15:00:09 -05:00
2025-09-20 03:24:57 -05:00

STM32CubeIDE Workspace

So far:

  • MyNewProject - blinking lights
  • Calculator - broken, replaced by Calc2
  • Calc2 - hold two buttons and get a light
  • TrafficLightsPlus - Bound to be unholy breadboard mess

todo

traffic lights broke

Notes

Changes to generated code

After generating Core/Src/main.c in any project, we have typically had to comment the following lines out:

osThreadDef(defaultTask, startDefaultTask, osPriorityNormal, 0, 4096);
defaultTaskHandle = osThreadCreate(osThread(defaultTask), NULL);
osKernelStart();

These are related to RTOS, but more importantly, they prevent while (1) (user generated code loop) from running immediately like we usually want.


not for release
Description
STM32CubeIDE workspace backup. I don't use this anymore.
Readme 111 MiB
Languages
C 97.6%
Makefile 2.1%
Assembly 0.3%