• trouble over trouble
    Hello I'm working with the AT91RM9200 from Atmel and I have some problems with data abort. The stack size is big enough. I tested it by making the user stack size zero and see which errors now occured...
  • trouble over trouble
    Hello I'm working with the AT91RM9200 from Atmel and I have some problems with data abort. The stack size is big enough. I tested it by making the user stack size zero and see which errors now occured...
  • malloc trouble
    Hi, I am working with a hardware/firmware combination that have worked together previously, however I have just installed keil on a new computer. When I compile the firmware and program the AT91SAM7SE256...
  • trouble coding
    here, my work are banking switch and encounter some problems. the situation as followed: one of those files has: #pragma STRING (far) // locate string constants into 'far const' memory const...
  • va_list trouble
    hi all, i've written this custom printf function, but it don't work if i pass arguments, i get undefined chars as output. //------------------------------------------------------------------...