My project structure and files are as follows: project\\HAL\\hw_lcd.h project\\HAL\\hw_lcd.c project\\project\\app.c
Can anybody let me know the procedures to configure the build se开发者_StackOverflow社区ttings in Eclipse(Helios) IDE for MPLAB C32 Compiler from Microchip?It\'s not an answer for your question, but i
Is it possible to embed a structure of varying type inside another structure in C? Basically I want to do something like this.
I\'m trying to build a module table for my application. /*** MODULE TABLE DEFINTION ***/ struct ModuleInfo
In MPLAB IDE what is the sizes of data types (int, unsigned int, flo开发者_开发百科at, unsigned float, char...)?This is hard without knowing for which CPU you want to compile code. Assuming e.g. Micro