• Help with code creation for ADuC847 in C
    Hey everyone, I recently purchased an ADuC847 eval board, and am very green when it comes to coding in assembly and/or C. I have several questions when it comes to figuring out the code syntax, and...
  • Wrong DPTR value
    Dear Sirs, The C code in my project is: TaskStruct xdata * data pTask; data unsigned char Task; ... *pTask->ProcID=Task; causes the assembly code MOV A,pTask+1 ADD A,#06 LCALL 4629...
  • ADuC847 Flash download Failed - Target DLL has been cancelled
    Hello! I've installed Uspear driver flash downloading on my ADuC847 (from ">http://www.keil.com/download/docs/285.asp Compilation finishes with success. But I can't download the program on the...
  • ADC DMA wrong values
    Hi, I'm facing some problem with ADC and DMA of STM32f103 uC. I have a stm32f103 board and I had configured it to use ADC with DMA. Both configurations are taken from examples codes. I connected...
  • Check8 writes wrong value
    Hi all, Anyone tried getting check8 to write the checksum into the bin file? The command prompt reports the correct crc but the wrong value is written into the file?? Example 1 Bin file...