Question
i use to work with c51 mpu by keil ide and I moved to STM32cubeide. IM LOOKING FOR A REPLACMENT OPERAND FOR "_AT_" AND FOR THE TYPE "XDATA". Does anyone know any?
#define RAM_Image 0x0300
xdata u8 DACT_A _at_ RAM_Image+0x0006;
xdata u8 DACT_B _at_ RAM_Image+0x0007;
DACT_A = 5;
DACT_B =6;
when DAC_A and DAC_B are global.