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

Timeslot API + ESB depended on ble interval

Hi All,

I have this problem with using the ESB + Timeslot example from Github.

The interval of the ESB TX Transmit is depended on the advertisement interval I configure. How can I make the ESB interval faster like the switch between TX/RX between ESB. Now it only rechecks the TX queue after every new BLE event.

Thanks!

Parents
  • Hi

    What library are you using for flash access?

    When you are in a timeslot you can access the flash controller (NVMC) directly, you don't have to request access through the SoftDevice, but you have to make sure the library you are using doesn't try to access the SoftDevice under the hood.

    For the fstorage library we have separate versions for use with or without a SoftDevice.

    Best regards

Reply
  • Hi

    What library are you using for flash access?

    When you are in a timeslot you can access the flash controller (NVMC) directly, you don't have to request access through the SoftDevice, but you have to make sure the library you are using doesn't try to access the SoftDevice under the hood.

    For the fstorage library we have separate versions for use with or without a SoftDevice.

    Best regards

Children
No Data
Related