• 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...
  • 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...
  • 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...
  • need explanation about 8051 memory model 128 and 256
    hi every one, many have already asked this question but one thing i cant understand. i have 2 microcontrollers AT89S51 and AT89S52 . as per datasheet S51 has 128 byte ram and S52 has 256 byte ram, but...