This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Cannot use new S132 with SDK 11

Hello,

I tried to do migration on new SD S132 but some elements changed (typedef uint32_t nrf_clock_lfclksrc_t is not defined, ...) and i get a lot of errors.

When new SDK will be released please ?

Parents
  • Hi,

    I can understand the issues wrt. porting. The structure has changed slightly, which again gives issues with init'ing the softdevice. In addition, the interrupt priorities has been changed to accommodate the 8 interrupt priorities that the nRF52832 has. All this combined makes it a lot of work porting properly.

    The upcoming release of the SDK is scheduled for this month.

    Cheers, Håkon

Reply
  • Hi,

    I can understand the issues wrt. porting. The structure has changed slightly, which again gives issues with init'ing the softdevice. In addition, the interrupt priorities has been changed to accommodate the 8 interrupt priorities that the nRF52832 has. All this combined makes it a lot of work porting properly.

    The upcoming release of the SDK is scheduled for this month.

    Cheers, Håkon

Children
Related