This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| en:multiasm:piot:chapter_4_2 [2025/05/31 06:05] – marcin | en:multiasm:piot:chapter_4_2 [2025/05/31 06:13] (current) – marcin | ||
|---|---|---|---|
| Line 13: | Line 13: | ||
| * Watchdog Timer: A programmable watchdog timer enhances system reliability by resetting the microcontroller in the event of software failure. | * Watchdog Timer: A programmable watchdog timer enhances system reliability by resetting the microcontroller in the event of software failure. | ||
| * Clock Oscillator: The built-in RC oscillator provides the necessary clock signals for the microcontroller' | * Clock Oscillator: The built-in RC oscillator provides the necessary clock signals for the microcontroller' | ||
| + | |||
| + | {{: | ||
| + | |||
| + | Other Architectures: | ||
| + | PIC | ||
| + | * Manufacturer: | ||
| + | * Architecture: | ||
| + | * PIC16: 8-bit microcontrollers, | ||
| + | * PIC18: 8-bit microcontrollers with advanced features such as CAN FD | ||
| + | * PIC32: 32-bit microcontrollers, | ||
| + | |||
| + | ESP8266/ | ||
| + | * Manufacturer: | ||
| + | * Architecture: | ||
| + | * ESP8266: Single-core processor, 80 MHz (overclockable to 160 MHz), 32 KB RAM, 80 KB user RAM, Wi-Fi | ||
| + | * ESP32: Dual-core processor, 240 MHz, 520 KB SRAM, Wi-Fi, Bluetooth, more GPIO | ||
| + | |||
| + | TI MSP430 | ||
| + | * Manufacturer: | ||
| + | * Architecture: | ||
| + | * MSP430: 16-bit microcontrollers, | ||
| + | |||
| + | |||