Skip to content

Commit 7b7698a

Browse files
authored
Add Clock Management
1 parent 249d971 commit 7b7698a

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

Embedded-Engineering-Roadmap.vsdx

1.09 KB
Binary file not shown.

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,14 @@ _________________
358358
- [Udemy – Embedded Systems STM32 HAL APIs Driver Development](https://www.udemy.com/course/embedded-systems-stm32-hal-apis-driver-development/)
359359
- [Embedded System Design with ARM Cortex-M Microcontrollers: Applications with C, C++ and MicroPython - Cem Ünsalan, Hüseyin Deniz Gürhan, Mehmet Erkin Yücel](https://link.springer.com/book/10.1007/978-3-030-88439-0)
360360

361+
#### Clock Management
362+
363+
- [Clock Configuration in STM32](https://medium.com/@csrohit/clock-configuration-in-stm32-6a058da220e0)
364+
- [STM32: Change clock speed via registers](https://www.youtube.com/watch?v=W_9jPMgiqaQ)
365+
- [#1. Intro to STM32F4 Register Based Programming || Clock Setup || LED Blinking || NO HAL](https://www.youtube.com/watch?v=GJ_LFAlOlSk)
366+
- [Tutorial 8: MCU Clocks configuration in STM32 using STM32CUBEMX](https://www.youtube.com/watch?v=y8yNsWpQiTM)
367+
- [Clock sources and PLL in ARM Cortex M4](https://www.youtube.com/watch?v=2ou8FQ_7PdI)
368+
361369
#### GPIO
362370

363371
- [Tutorial 5: Peripheral 1 - General purpose Input Output (GPIO) Configuration in STM32](https://youtu.be/tjDhmavBGf0)
@@ -773,6 +781,7 @@ _________________
773781
- [Embedded Testing](https://artoftesting.com/embedded-testing)
774782
- [What is Embedded Testing in Software Testing?](https://www.guru99.com/embedded-software-testing.html)
775783
- [Verification vs Validation in Embedded Software](https://www.parasoft.com/blog/verification-vs-validation-in-embedded-software/)
784+
- [Testing: Unit VS Integration VS Regression VS Acceptance](https://medium.com/@touseefmurtaza1993/testing-unit-vs-integration-vs-regression-vs-acceptance-a3e190cc54dd)
776785
- [💎 Test Driven Development for Embedded C - James Grenning](https://www.amazon.com/Driven-Development-Embedded-Pragmatic-Programmers/dp/193435662X)
777786

778787
#### CI/CD Flow
@@ -793,11 +802,7 @@ _________________
793802

794803
- [Hardware CI Arena](https://electricui.com/blog/hardware-testing)
795804
- [Exclave: Hardware Testing in Mass Production, Made Easier](https://www.bunniestudios.com/blog/?p=5450)
796-
797-
#### Regression Tesing
798-
799805
- [Regression Testing of Embedded Systems](https://www.parasoft.com/blog/regression-testing-of-embedded-systems/)
800-
- [Testing: Unit VS Integration VS Regression VS Acceptance](https://medium.com/@touseefmurtaza1993/testing-unit-vs-integration-vs-regression-vs-acceptance-a3e190cc54dd)
801806

802807
#### SiL / HiL Testing
803808

0 commit comments

Comments
 (0)