관리 메뉴

Jun Hyuk Kim's Blog

[2022/12/18] Code Diary(Embedded System change + Basic max min heap) 본문

Coding Journal

[2022/12/18] Code Diary(Embedded System change + Basic max min heap)

junhyuk1229 2022. 12. 18. 16:49

The professor asked me if I could make the 'Embedded System' Education course PPT and code for the labs.

I had to start from scratch using a new IDE called STM32CubeIDE. It is better than the last 'Keil uVision5' used during class. I made the setup powerpoint and I am waiting for feedback. All previous codes that are not used are saved at 'Old Code' folder.

https://github.com/junhyuk1229/Embedded-System-STM32L476-Nucleo-64

 

Continued added code solutions to my github. Had problems making min / max heap in python. I knew how it worked and how a node is deleted / added, but when I coded I had multiple problems. Need to practise more to get this idea in my head normaly