PIC16F77-I/L vs PIC16F877AT-I/PT
| Part Number |
|
|
| Category | Embedded - Microcontrollers | Embedded - Microcontrollers |
| Manufacturer | Microchip Technology | Microchip Technology |
| Description | IC MCU 8BIT 14KB FLASH 44PLCC | IC MCU 8BIT 14KB FLASH 44TQFP |
| Package | Cut Tape (CT) | Tray |
| Series | PIC® 16F | PIC® 16F |
| Operating Temperature | -40°C ~ 85°C (TA) | -40°C ~ 85°C (TA) |
| Mounting Type | Surface Mount | Surface Mount |
| Package / Case | 44-LCC (J-Lead) | 44-TQFP |
| Supplier Device Package | 44-PLCC (16.59x16.59) | 44-TQFP (10x10) |
| Voltage - Supply (Vcc/Vdd) | 4V ~ 5.5V | 4V ~ 5.5V |
| Speed | 20MHz | 20MHz |
| Number of I/O | 33 | 33 |
| EEPROM Size | - | 256 x 8 |
| Core Processor | PIC | PIC |
| RAM Size | 368 x 8 | 368 x 8 |
| Core Size | 8-Bit | 8-Bit |
| Connectivity | I²C, SPI, UART/USART | I²C, SPI, UART/USART |
| Peripherals | Brown-out Detect/Reset, POR, PWM, WDT | Brown-out Detect/Reset, POR, PWM, WDT |
| Program Memory Size | 14KB (8K x 14) | 14KB (8K x 14) |
| Program Memory Type | FLASH | FLASH |
| Data Converters | A/D 8x8b | A/D 8x10b |
| Oscillator Type | External | External |
-
1. Is Raspberry Pi an embedded system?
Raspberry Pi is an embedded system. Raspberry Pi is a single-board computer based on ARM architecture with rich input and output interfaces and powerful computing power. It can run the Linux operating system and support multiple programming languages such as Python and C++. Due to its compact size and powerful functions, Raspberry Pi is widely used in various embedded systems and robotics projects.
Features of Raspberry Pi include:
Based on ARM architecture: Raspberry Pi adopts ARM architecture, which is an architecture widely used in embedded systems with low power consumption and high efficiency.
Rich interfaces: It has USB interface, Fast Ethernet interface, SD slot, HDMI output interface, etc., and can connect a variety of peripherals.
Open source software support: It supports multiple programming languages and a large number of open source software libraries, which is convenient for development and expansion.
Wide application: It is often used to build routers, smart cars, smart homes, servers and other applications.
Disadvantages of Raspberry Pi include:
Single 5V power supply: The power supply design is simple, which may cause unstable operation of peripherals.
Bandwidth limitation: The USB interface has limited bandwidth and may encounter performance bottlenecks when transmitting large amounts of data. -
2. Is Raspberry Pi a microcontroller?
Raspberry Pi is not a microcontroller in the traditional sense. Raspberry Pi is a microcomputer, often called a single-board computer, which has more powerful computing power and more functions, including writing code directly on the device and running multiple programming languages.
Raspberry Pi has some features of a microcontroller, such as it also has GPIO (general input and output) pins, which can control external devices through these pins. In addition, Raspberry Pi can also be used for the development of embedded systems, especially in application scenarios that require higher computing power. -
3. What is STM32 embedded?
STM32 is a microcontroller suitable for control applications. It comes with various commonly used communication interfaces, such as USART, I2C, SPI, etc., and can control a variety of devices. In real life, many electrical products we come into contact with have STM32, such as smart bracelets, micro quadcopters, balance cars, mobile POS machines, smart rice cookers, 3D printers, etc.
An embedded system is a special computer system centered on applications, based on computer technology, and with customizable software and hardware. It requires small size, high reliability, low power consumption, and stable performance. The embedded system is divided into hardware layer, driver layer, operating system layer, and application layer. The hardware layer is the foundation of the entire system. The driver layer needs to write a driver program to enable the hardware to communicate with the operating system. The operating system layer is responsible for task scheduling and management, and the application layer is the interface and function implementation for direct user interaction. -
4. What language is used for embedded microcontroller programming?
The main languages used for embedded microcontroller programming include C, C++, assembly language, Python and Rust. These languages have their own characteristics and are suitable for different development needs and scenarios.
C is one of the most commonly used languages in embedded development. It has the advantages of high efficiency, flexibility, and strong portability. It can directly operate hardware and is suitable for low-level driver development, kernel programming, etc. C++ is used in complex embedded systems and adds object-oriented features, which is suitable for the development of large applications. Although assembly language is difficult to learn and write, it is indispensable in scenarios that require high optimization and direct control of hardware. Python is easy to learn and use, and is often used in data processing, prototype development, and rapid testing. Rust is gradually gaining attention in the embedded field due to its memory safety and high performance, especially in applications with high security requirements.

