mplab
Using Relative Path in MPLAB IDE
My project structure and files are as follows: project\\HAL\\hw_lcd.h project\\HAL\\hw_lcd.c project\\project\\app.c[详细]
2023-02-20 19:11 分类:问答How to use my MPLAB C32 compiler in Eclipse IDE
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[详细]
2023-01-10 22:50 分类:问答Is it possible to "embed" a structure of variable type into another structure? (GCC)
Is it possible to embed a structure of varying type inside another structure in C? Basically I want to do something like this.[详细]
2023-01-07 23:15 分类:问答GCC error: array type has incomplete element type
I\'m trying to build a module table for my application. /*** MODULE TABLE DEFINTION ***/ struct ModuleInfo[详细]
2023-01-07 23:02 分类:问答MPLAB IDE data type sizes
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[详细]
2022-12-10 19:58 分类:问答