• Identifier error and ; required errors
    AREA LCM,CODE,READONLY EXPORT __main num1 EQU 0X06 num2 EQU 0X018 __main MOV R0,#num1 MOV R1,#num2 MOV R2,#count CMP R0,R1 BNE swap MOV R7,R0 B STOP swap BHS loop MOV R0,#num2 MOV R1,#num1 loop UDIV R8...
  • ulink2 and STM32F072
    Can I use uLink2 with STM32F072 Nucleo 64 board?
  • ULINK2 not Work
    Hi, I've a keil Ulink2 vers.2 I do not know why but I've the RESET wire always at ground so it takes my board always on reset. Help me please. Thanks.
  • ULINK2
    I have just connected a ULINK2 to my development board and i get communications error. The device is a ADuC7026 (ARM7TDMI core)... A few Questions?? The uVision3 options for the debugger gives...
  • ULINK2
    when i try to laod the code onto flash(ARM str912),an error message of "ERASE DOWNLOAD FAILED" is observed. I changed Algorithm and RAM START address and size .again the same poblem.please help me as...