This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

F2803x Assembler Header Files

Other Parts Discussed in Thread: CONTROLSUITE

Hi,

where can I find complete asm header files for the F2803x? The ControlSuite contains a "controlSUITE\development_kits\~SupportFiles\F2803x_headers\PeripheralAddress_ASM.h" file which is far from being complete, e.g. timer, watchdog, etc. registers are missing.

Thanks.

  • MKo,

    We do not supply header files for assembly programming because 99.9% of our customers program in C.  That being said, you can reference C symbols in assembly (and vice versa) through the use of the .ref, .def, and .global statements in your assembly program.  You can also include C header files in your assembly program through the use of the cdecls statement.  Take a look at the assembly language tools guide for our code generation tools (SPRU513) for more information.

    Trey