Hệ thống nhúng - Chương 1
Flight plan: Every flight should have a purpose
– PIC24 16-bit microcontroller PIC24FJ128GA010
– MPLAB® IDE
– MPLAB C30. The flight
– Our first line of code is going to be:
#include
This is not yet a proper C statement, but more of a pseudoinstruction
for the preprocessor telling the compiler to
read the content of a device-specific file before
proceeding any further. The content of the device-specifi
c “.h” file chosen is nothing more than a long list of the
names (and sizes) of all the internal special-function
registers (SFRs) of the chosen PIC24 model....