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
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
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
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