diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index dccfa89..bca3521 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -13,12 +13,12 @@ "state": { "type": "markdown", "state": { - "file": "TERCERO/ATR2/Teoria_2425.md", + "file": "TERCERO/IA/Teoría_2425.md", "mode": "source", "source": false }, "icon": "lucide-file", - "title": "Teoria_2425" + "title": "Teoría_2425" } } ] @@ -78,8 +78,7 @@ } ], "direction": "horizontal", - "width": 300, - "collapsed": true + "width": 300 }, "right": { "id": "44cf06183e1c1c7d", @@ -178,25 +177,24 @@ }, "active": "a5daa8ea8214becf", "lastOpenFiles": [ - "TERCERO/ATR2/Pasted image 20250225091113.png", + "TERCERO/DAD/Teoria_2425.md", "TERCERO/ATR2/Teoria_2425.md", + "TERCERO/PI/Teoria_2425.md", + "TERCERO/SETR1/Teoria_2425.md", + "Pasted image 20250424120431.png", + "Pasted image 20250424115519.png", + "Pasted image 20250424113241.png", + "Pasted image 20250424110658.png", + "Pasted image 20250424110125.png", + "Pasted image 20250424105658.png", + "TERCERO/ATR2/Pasted image 20250225091113.png", "Pasted image 20250306121610.png", "Pasted image 20250306113133.png", "Pasted image 20250306113057.png", - "Pasted image 20250227131516.png", - "Pasted image 20250227120032.png", - "Pasted image 20250227115420.png", - "Pasted image 20250225113929.png", - "Pasted image 20250225113139.png", - "Pasted image 20250225111938.png", - "Pasted image 20250225111612.png", "Untitled.md", "Untitled 1.md", - "TERCERO/SETR1/Teoria_2425.md", "SEGUNDO/RC/Teoría_2324.md", "SEGUNDO/AC/Teoría_2324.md", - "TERCERO/PI/Teoria_2425.md", - "TERCERO/DAD/Teoria_2425.md", "TERCERO/ATR1/Teoría_2425.md", "conflict-files-obsidian-git.md", "TERCERO/DAD/images", diff --git a/Pasted image 20250424105658.png b/Pasted image 20250424105658.png new file mode 100644 index 0000000..2e74607 Binary files /dev/null and b/Pasted image 20250424105658.png differ diff --git a/Pasted image 20250424110125.png b/Pasted image 20250424110125.png new file mode 100644 index 0000000..ba0038a Binary files /dev/null and b/Pasted image 20250424110125.png differ diff --git a/Pasted image 20250424110658.png b/Pasted image 20250424110658.png new file mode 100644 index 0000000..d322531 Binary files /dev/null and b/Pasted image 20250424110658.png differ diff --git a/Pasted image 20250424113241.png b/Pasted image 20250424113241.png new file mode 100644 index 0000000..96a0b31 Binary files /dev/null and b/Pasted image 20250424113241.png differ diff --git a/Pasted image 20250424115519.png b/Pasted image 20250424115519.png new file mode 100644 index 0000000..ca35077 Binary files /dev/null and b/Pasted image 20250424115519.png differ diff --git a/Pasted image 20250424120431.png b/Pasted image 20250424120431.png new file mode 100644 index 0000000..4a815c5 Binary files /dev/null and b/Pasted image 20250424120431.png differ diff --git a/TERCERO/SETR1/Teoria_2425.md b/TERCERO/SETR1/Teoria_2425.md index d040a1a..a4701a1 100644 --- a/TERCERO/SETR1/Teoria_2425.md +++ b/TERCERO/SETR1/Teoria_2425.md @@ -339,5 +339,80 @@ Se en el registro de dirección de dato se pone un '1' es modo salida y en el pi ![[Pasted image 20250320120951.png]] ## 2. Timers +### Basado en comparadores +"Despertador". Salida comparada. +- Sin recarga automática +- Con recarga automática +- PWM +### Captura de eventos +"Cronómetro". +### Acumuladores de pulso +- Externo +- Del CLK interno ## 3. Conversores A/D y DAC ## 4. CLK y alimentación + +# TEMA 5: Conexiones serie en los μC +## 1. Introducción +Hay que distinguir entre: +1. interface serie y interface paralelo +2. comunicaciones síncronas y asíncronas +## 2. Puertos Serie Síncronos +Hay dos mecanismos que habilitan el dato en los puertos serie: +- **Flanco:** dato presente válido en flanco up/down +- **Nivel:** dato presente válido en nivel high/low +### Serial Peripheral Interface (SPI) +- MISO: Master In Slave Out +- MOSI: Master Out Slave In +- SCK: reloj +- SS: Slave Select +