• multiple REG51.H includes
    Hello, I'm new in KEIL sw. As I can see I can include REG51.h file in only one C or ASM file in the whole project... is that possible? Best regards, Branislava
  • multiple REG51.H includes
    Hello, I'm new in KEIL sw. As I can see I can include REG51.h file in only one C or ASM file in the whole project... is that possible? Best regards, Branislava
  • How avoid multiple includes of one file
    Hi I've split my project in 2 parts while each part is implemented by one. So some includes like <reg51.h> is done twice which resulted in error. So in order to avoid this I did as follows: #if ...
  • How avoid multiple includes of one file
    Hi I've split my project in 2 parts while each part is implemented by one. So some includes like <reg51.h> is done twice which resulted in error. So in order to avoid this I did as follows: #if ...
  • Connecting to multiple cores with command line debugger?
    I am working on using the ARM debugger (DS-5) to automate loading of binaries, etc. for running some tests. My system is heterogenous with multiple Cortex-R5 and some other ARM cores. I am interested...