There are many articles like this on the Internet, most of which only mention macro aspects, such as camera driver, main frequency, etc., which are meaningless.
The devil is in the details. Only engineers who have accumulated sufficient experience in details will have room for technical growth.
Here are just the differences I could find, which are inevitably incomplete, and everything is still based on the datasheet.
1. The main frequency is different, and the number of clocks required for bus timing will be different. If the natural serial port garbled code is not reset, the registers that need to be set are also different.
2440 needs to set an additional register CAMDIVN, and the range of selectable division ratios is also much more than 2410 (1:1:1, 1:2:4, 1:4:4, 1:2:2). For details, see the data sheet.
After setting mpllcon, you can set upllcon immediately for 2410, while 2440 needs to insert 7 nop instructions between the two.
2440 generally uses 400MHz and 2410 generally uses 200Hz.
2.
The serial port fifo of UART 2410 is 16 bytes, while that of 2440 is 64 bytes.
Due to the different fifo depths, the definition of the units bit in the UFSTAT register is inconsistent.
3. Interrupt
2410 supports 56, 2440 supports 60,
and INT_CAM_P, INT_CAM_C, INT_AC97, INT_WDT (INT_WDT_AC97) are added
4. NAND chip driver
The nand drivers of 2410 and 2440 are also very similar. The main differences are:
1. 2410 only supports small nand flash, while 2440 also supports large nand flash.
2. To support large nand flash, 2440 adds many registers.
3. 2440 adds a control register NFCONT, and some functions of the original 2410 config register NFCONF are transferred to NFCONT.
5. SD card driver
2410 SD Baud rate calculation
Baud rate = PCLK / 2 / (Prescaler value + 1)
2440 SD Baud rate calculation
Baud rate = PCLK / (Prescaler value + 1)
Previous article:ARM architecture MMU, storage manager function notes
Next article:Serial port interrupt in STM32-ucosii
- Popular Resources
- Popular amplifiers
- Learn ARM development(16)
- Learn ARM development(17)
- Learn ARM development(18)
- Embedded system debugging simulation tool
- A small question that has been bothering me recently has finally been solved~~
- Learn ARM development (1)
- Learn ARM development (2)
- Learn ARM development (4)
- Learn ARM development (6)
Professor at Beihang University, dedicated to promoting microcontrollers and embedded systems for over 20 years.
- LED chemical incompatibility test to see which chemicals LEDs can be used with
- Application of ARM9 hardware coprocessor on WinCE embedded motherboard
- What are the key points for selecting rotor flowmeter?
- LM317 high power charger circuit
- A brief analysis of Embest's application and development of embedded medical devices
- Single-phase RC protection circuit
- stm32 PVD programmable voltage monitor
- Introduction and measurement of edge trigger and level trigger of 51 single chip microcomputer
- Improved design of Linux system software shell protection technology
- What to do if the ABB robot protection device stops
- Analysis of the application of several common contact parts in high-voltage connectors of new energy vehicles
- Wiring harness durability test and contact voltage drop test method
- From probes to power supplies, Tektronix is leading the way in comprehensive innovation in power electronics testing
- From probes to power supplies, Tektronix is leading the way in comprehensive innovation in power electronics testing
- Sn-doped CuO nanostructure-based ethanol gas sensor for real-time drunk driving detection in vehicles
- Design considerations for automotive battery wiring harness
- Do you know all the various motors commonly used in automotive electronics?
- What are the functions of the Internet of Vehicles? What are the uses and benefits of the Internet of Vehicles?
- Power Inverter - A critical safety system for electric vehicles
- Analysis of the information security mechanism of AUTOSAR, the automotive embedded software framework
- 5G daily KPI optimization ideas
- Album of outstanding works of the National Undergraduate Electronic Design Competition (Part 1)
- Notes on programming the Hezhongda DM6446 development board
- IMX6 development board creates the first Android application HelloWorld
- Why does the cell phone turn off as soon as it rings?
- PADS9.5 installation package
- Please help me find out what microcontroller this is
- MicroPython Hands-on (37) - Driving LCD and Graphic Display
- This video gives you a feel of what it feels like to be surrounded by the Earth
- FPGA Implementation of 32-bit Single-precision Floating-point Multiplier