• Keil and error 256
    Welcome! I've started my adventure with STM32 Discovery and Keil uVision v.4.13. I wrote a simple program: #include "stm32f10x_gpio.h" #include "stm32f10x.h" int i, c; int main(void) { while...
  • Start with KEIL and AT91SAM7XX-256
    Hello, the last time i work with a Atmel AVR (AT90CAN) and now i want to start to program with a ARM AT91SAM7X(C). So i'm searching for some examples and documents to use this microcontroller...
  • IAP using 256 bytes
    i am using LPC2148 ic Can i do Iap with 256 bytes? It returns error , NOT A MULTIPLE OF 4 OR INVALID when size 256 byte given. No probelm when 512 byte size used best regards robert
  • CRC for 256 byte data
    Can the following code be used for detecting an error in a data packet of 256 bytes? /* * Function: Do_CRC8 * * Description: * Computes the CRC value given the byte and the old CRC value as a static...
  • LCD display of no. greater then 256
    I m facing a problem that i want to display numbers greater then 256 and up to 99999 on LCD.i need some code help to understand it peace