• Placing a checksum at the end of the used flash
    Hello I am wanting to place a checksum at the end of the flash image. I have a crc.c that only has this array - where I will manually replace xx and yy with the 16bit CRC, once I have made a .bin image...
  • Placing a checksum at the end of the used flash
    Hello I am wanting to place a checksum at the end of the flash image. I have a crc.c that only has this array - where I will manually replace xx and yy with the 16bit CRC, once I have made a .bin image...
  • I need help with the error stated by the program. Yet I have placed the "END" statement
    #include <at89c51xd2.h> #include <string.h> #include <stdio.h> #include "lcd.h" #define motor1Cnt1 P0_0 #define motor1Cnt2 P0_1 #define motor2Cnt1 P0_2 #define motor2Cnt2 P0_3 #define forward1Led...
  • I need help with the error stated by the program. Yet I have placed the "END" statement
    #include <at89c51xd2.h> #include <string.h> #include <stdio.h> #include "lcd.h" #define motor1Cnt1 P0_0 #define motor1Cnt2 P0_1 #define motor2Cnt1 P0_2 #define motor2Cnt2 P0_3 #define forward1Led...
  • Keil compiler works but when I try too use it on an iPad (for teaching) the downloaded file does not work when placed on the target microcontroller. I am using LPC 1768 and Blinky.
    I am testing Blinky for use in a high school programming class where the students have late model iPads. We are able to compile the code on the Keil studio.keil.arm.com site and download but the downloaded...