BD address uint8_t uint16_t uint32_t

Accessing BD address using 8bit-wide( uint8_t * )

Thu, 2018-12-06 05:23--Jun-ichi Tobe

Hello support team!

我n order to send the BD address information to the host microcomputer,
我am reading register information from BLE_BDADDRL_REG.

我n that case,
if I access with 8bit-wide (uint8_t *), a hard fault may occur.
On the other hand, It seems that there is no problem with access with uint16_t *, uint32_t *.

When accessing the BD address, is there a bit width limitation?
我s accessing 8 bits (uint 8 _ t *) the correct way?
Or is it accessing with uint16_t * or uint32_t * correctly?

Subscribe to RSS - BD address uint8_t  uint16_t uint32_t