We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello, in IAR I can define a variable in specified data segment: #pragma dataseg=START8_1 Ttimer8 TIM_uc8Start1;
How to do the same in Keil?
M.
If you define the variable in a 'C' file all on its own, it will get its own segment.
Alternatively, could you not just define it in Assembler, then referemce it as an extern in 'C'