• Which bytes of XDATA will be used when switching the code bank?
    I used the file: L51_BANK.A51, and configurated it as following: ;************************ Configuration Section ******************************* ?B_NBANKS EQU 8 ; Define maximum Number of Banks *...
  • Which bytes of XDATA will be used when switching the code bank?
    I used the file: L51_BANK.A51, and configurated it as following: ;************************ Configuration Section ******************************* ?B_NBANKS EQU 8 ; Define maximum Number of Banks *...
  • How to create the image file of an application code?
    Hey guys , I'm using the dual-core NXP chip , I do not know exactly how to generate the image file for the slave core to be used by the master core. I want the image to be a .c or .h file which contains...
  • How to create the image file of an application code?
    Hey guys , I'm using the dual-core NXP chip , I do not know exactly how to generate the image file for the slave core to be used by the master core. I want the image to be a .c or .h file which contains...
  • hope that mdk C++ compiler will support the new c++ standard
    Hi, I'm using your keil IDE for stm32 programming.To improve the readability and safty of my code, I always like to use enum type. Sometimes I need to transfer data from the mcu to my pc, and in some...