• SHA-1 for 8051
    Hi Does anyone know if there's an efficient implementation of SHA-1 for the 8051? Preferably one that *doesn't* need stdint.h. Thanks
  • 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...
  • 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...
  • 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
  • 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...