⚠️
Hi there.. thanks for coming to the forums. Exciting news! we’re now in the process of moving to our new forum platform that will offer better functionality and is contained within the main Dialog website. All posts and accounts have been migrated. We’re now accepting traffic on the new forum only - please POST any new threads at//www.wsdof.com/support. We’ll be fixing bugs / optimising the searching and tagging over the coming days.
3 posts / 0 new
Last post
xiaocz
Offline
Last seen:3 years 1 month ago
加入:2018-01-15 07:07
Missing registers in datasheet (3v4)

Hi,

I have a question about registers (BLE_xxx in \DA1458x_SDK_5.0.4\DA1458x_SDK\5.0.4\sdk\platform\include\datasheet.h).

For example :

#define BLE_RWBTLECNTL_REG (0x40000000) /* BLE Control register */ (datasheet.h line 1642)

But I can not find detail descriptions for BLE_RWBTLECNTL_REG in DA14580 datasheet, Why & How ?

Keywords:
Device:
IM_Dialog
Offline
Last seen:3 weeks 4 days ago
加入:2016-12-06 22:25
Hi,

Hi,

We do not document a lot of the BLE registers are these should not be accessed by application code, only by the BLE stack.

You should be able to implement any BLE functionality you require using the API's we provide without having to access the BLE registers directly. If you can share what you are trying to acheive then we can suggest the appropriate API's to look at.

Best regards

IM_Dialog

xiaocz
Offline
Last seen:3 years 1 month ago
加入:2018-01-15 07:07
Thank you for your warm

Thank you for your warm answer, i got it.

I just want to know the theory of BLE module deeply.

Thanks.