Re: RTEMS_FATAL_SOURCE_EXCEPTION in RTEMS

2019-05-01 Thread Christian Mauderer
- Ursprüngliche Mail - > Von: "Amarnath MB" > An: "Christian Mauderer" > CC: "RTEMS Users" , "Ravi G Patil" > , "Shekhar Suman Singh" > > Gesendet: Mittwoch, 1. Mai 2019 17:07:13 > Betreff: Re: RTEMS_FATAL_SOURCE_EXCEPTION in RTEMS > Hi Christian, > > Thanks for your quick response.

Re: RTEMS_FATAL_SOURCE_EXCEPTION in RTEMS

2019-05-01 Thread Amarnath MB
Hi Christian, Thanks for your quick response. Our boot process is like, first u-boot will be loaded from the NOR flash and then the uboot copies RTEMS application from NOR flash to the RAM. After that RTEMS executes entirely from RAM. How can i issue a global interrupt disable? Is it using * rtem

Re: RTEMS_FATAL_SOURCE_EXCEPTION in RTEMS

2019-05-01 Thread Christian Mauderer
- Ursprüngliche Mail - > Von: "Amarnath MB" > An: "RTEMS Users" > CC: "Ravi G Patil" , "Shekhar Suman Singh" > > Gesendet: Mittwoch, 1. Mai 2019 16:28:23 > Betreff: RTEMS_FATAL_SOURCE_EXCEPTION in RTEMS > Hi All, > > I'm developing RTEMS 5.00 BSP and device drivers for a custom ARM926

RTEMS_FATAL_SOURCE_EXCEPTION in RTEMS

2019-05-01 Thread Amarnath MB
Hi All, I'm developing RTEMS 5.00 BSP and device drivers for a custom ARM926EJ-S core. I was successful in porting and building BSP for the ARM core. We are facing a strange issue with the generic NOR flash driver we have developed. Our device drivers are designed such that it can be used with RT