This shows you the differences between two versions of the page.
ass:cursuri:01 [2023/07/16 14:22] florin.stancu |
ass:cursuri:01 [2025/08/04 15:41] (current) florin.stancu |
||
---|---|---|---|
Line 1: | Line 1: | ||
~~NOTOC~~ | ~~NOTOC~~ | ||
- | ===== Lecture 01 - Intro: CPUs, ARM, SoCs Architecture ===== | + | ===== 01 - ARM CPUs & SoCs ===== |
- | <note important>TODO: embed slides here</note> | + | <html> |
+ | <iframe src="https://docs.google.com/presentation/d/e/2PACX-1vS-CJC121KyuXToMbWLJJzFoLF-RVU9Rwo6ySWEacg6CXx83KS-ljUMDrG5ouv6eXQ90mSUmixOZbcB/pubembed?start=false&loop=false&delayms=60000" frameborder="0" width="800" height="600" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe> | ||
+ | </html> | ||
+ | |||
+ | The handheld emulator on the final slide is an [[https://anbernic.com/products/rg35xx|Anbernic RG35XX]]. Check out [[https://youtu.be/jjtjWyWk90I|a review]] if you're interested. | ||
===== Contents ===== | ===== Contents ===== | ||
Line 10: | Line 14: | ||
===== Lecture Notes ===== | ===== Lecture Notes ===== | ||
+ | As you well know, the CPU - Central Processing Unit - is the brain of all of our contemporary -- so-called //smart// -- devices: PCs, laptops, mobile phones, TVs, cars, and now they're even present in our household appliances such as fridges and microwaves (with questionable utility). | ||
+ | But how (and what) are they made (of)? How do they work? What does their firmware / kernel's code look like? | ||
+ | |||
+ | Those questions are best answered by embarking on a multi-year study in the Computer Engineering field, following disciplines ranging from Computer Science, Software Programming and Operating Systems to Robotics, Electronics and even quantum physics. | ||
+ | |||
+ | But, for our goals here, some <del>quick</del> background info should suffice. | ||
{{namespace>:ass:cursuri:01:theory&nofooter&noeditbutton}} | {{namespace>:ass:cursuri:01:theory&nofooter&noeditbutton}} | ||