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

nRFgo SDK: eclipse or sdcc?

Hi, has anyone used the nrfgo SDK (for the nRF24LE1) with either eclipse or SDCC? We use those platforms already, so it would be great if we could add your SDK to our toolchain. Thanks, Mahesh

Parents
  • Hi Mahesh,

     

    It's been some years since I've tried porting our code base to sdcc (focused on the enhanced shockburst examples).

    As far as I remember, sdcc is not very forgiving wrt. the volatile keyword. It's important that variables that are used in interrupts are declared with volatile, where Keil is quite forgiving on this matter.

     

    This might have changed since I used it.

     

    Cheers,

    Håkon

Reply
  • Hi Mahesh,

     

    It's been some years since I've tried porting our code base to sdcc (focused on the enhanced shockburst examples).

    As far as I remember, sdcc is not very forgiving wrt. the volatile keyword. It's important that variables that are used in interrupts are declared with volatile, where Keil is quite forgiving on this matter.

     

    This might have changed since I used it.

     

    Cheers,

    Håkon

Children
No Data
Related