This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nrf51822's original interrupt priority

Hi everyone, I want to know the original interrupt priority of nrf51822, without using soft device or using NVIC_SetPriority(IRQn_Type IRQn, uint32_t priority). I also want to know whether can I find this priority information through the nrf51822's datasheet or not. Thank you.

Parents
  • Try do run debug session from keil using segger jlink lite. You will find the priority number down in watch windowfor the routine. I debug in that way if i went to hard fault or so. Also try to look for defines like NRF_APP_PRIORITY_LOW define, where interrupt priority are defined. You will know what number is leagal to use or not while SD enabled or not. if you do not able to find this define, use ransacagent to find the text in Nordic folder pointed, will give you where such defines are mentioned! Good luck,

Reply
  • Try do run debug session from keil using segger jlink lite. You will find the priority number down in watch windowfor the routine. I debug in that way if i went to hard fault or so. Also try to look for defines like NRF_APP_PRIORITY_LOW define, where interrupt priority are defined. You will know what number is leagal to use or not while SD enabled or not. if you do not able to find this define, use ransacagent to find the text in Nordic folder pointed, will give you where such defines are mentioned! Good luck,

Children
No Data
Related