#####################################################
Microcontrollers and processors:
In a basic microprocessor, the processor occupies only a small part, generally by memory, clock generator, distribution logic, system bus and peripheral hardware.
#####################################################
An approximate process for using IDE software development
Create Project-Set project options-Compile link-Program Flash-Execute program and debug
#####################################################
To compile the application:
#####################################################
Software Flow:
Polling, interrupts, multi-tasking (RTOS).
#####################################################
Microcontrollers and processors:
In a basic microprocessor, the processor occupies only a small part, generally by memory, clock generator, distribution logic, system bus and peripheral hardware.
#####################################################
The data type in C
c There are standard data types, but there may be differences on the hardware.
In arm, you typically use byte, half
Word, word, and DOUBLE word.
#####################################################
Peripherals
- Typically, a peripheral requires an initialization process.
- is capable of clock signals.
- Configuring IO Mode of operation
- Peripheral configuration
- Interrupt configuration (if required)
#####################################################
Cortex M4_M3 Study Summary (i)