• Flash in AT91sam7x256
    Hi I am using at91sam7x256 board In our product only one parameter ID has to be set and store in the product .So for this one parameter using external eprom is not an ecnomical . and also in...
  • action strange in the at91sam7x256 sample.
    In the hid sample of at91sam7x256,while read data out from pc,the DataOutStage behaved stangely! The EP0Data.pData and EP0Data.Count reset to zero when receive data more than the MAX_LENGTH_EP0.so if...
  • AT91SAM7X256 interrupt pending
    Im using irq0 to generate an interrupt. when i debug the code, the values for SMR and SVR register are correct (as i can see in the AIC window). But the ISR is never serviced. and the pending flag for...
  • Debug simulator RTT, SPI1 on AT91SAM7X256
    RealView MDK-ARM Version: 3.80a 1) Why does not work debug simulator RTT? My code: // startup SAM7.c (default Keil) #include <AT91SAM7X256.h> int main(void){ // RTT_Init // AT91C_BASE_PMC->PMC_PCER...
  • how store data in flash in at91sam7x256 with uvision
    hi if i want save data in AT91sam7x256 how use uvision.I know at91sam7x256 have not e2prom but i want save data & when I power down/up ,i can use them.i listened about noinit & __attribute__((zero_init...