관리 메뉴

Jun Hyuk Kim's Blog

[2022/12/27] Code Diary(Embedded System + C Coding) 본문

Coding Journal

[2022/12/27] Code Diary(Embedded System + C Coding)

junhyuk1229 2022. 12. 27. 20:35

Finished interrupt problems and PPT. Trying out I2C but having problems. Somehow the transmit flag is not turning on when the signal can be transfered.

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

 

GitHub - junhyuk1229/Embedded-System-STM32L476-Nucleo-64

Contribute to junhyuk1229/Embedded-System-STM32L476-Nucleo-64 development by creating an account on GitHub.

github.com

 

 

Practiced C for the test I might be taking in the future. Merge sort, Double ended queue was practiced in C. Gonna make pages for each of them and update the other pages for clarity.