How to access the registers of peripherals in WICED debug?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
TsLa_3300966
Level 1
Level 1

I use CYW94343WWCD1_EVB (STM32F411) with WICED-Studio 6.1.

There is empty in Peripherals window, when I use WICED Debug respective for debug.

Is there anyone knows how to access registers of peripherals from WICED debug?

Thanks a lot.

0 Likes
1 Solution
Zhengbao_Zhang
Moderator
Moderator
Moderator
250 sign-ins First comment on KBA 10 questions asked

Hi  Tse:

    If a variable is in an address known by developer , we can use a memory dump to find the value of the memory .

but for the peripherals registers like a device connected with a SDIO or I2C bus,  I think you need a function to read them into an address ,

then we can get it when we are doing debugging.   Do your peripherals mean this?

View solution in original post

1 Reply
Zhengbao_Zhang
Moderator
Moderator
Moderator
250 sign-ins First comment on KBA 10 questions asked

Hi  Tse:

    If a variable is in an address known by developer , we can use a memory dump to find the value of the memory .

but for the peripherals registers like a device connected with a SDIO or I2C bus,  I think you need a function to read them into an address ,

then we can get it when we are doing debugging.   Do your peripherals mean this?