This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

USING REGFILE COMPIILER DIRECTIVE

Hello,
i bought a TERIDIAN 71M6511 development board, with codes written in C using KEIL UVISION IDE

I'm actually using it to develop mine but i ran into problem with the REGFILE directive.
While trying mine, i added the following line of code in a header file, and attached to every sourc code:

#pragma regfile (tsc_lib.orc)

however, when i compiled i got the following error

ERROR C252: misplaced primary control, line ignored.

I would like to know exactly how to implement the REGFILE directive.
Thank you.

0