wiced_spi_init and wiced_spi_deinit in BSP3.1.1

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

cross mob
Anonymous
Not applicable

I am looking at the implementation of wiced_spi_init and wiced_spi_deinit and they are the same in wiced_platform_common.c... Is this a bug or design feature?  I would have expected wiced_spi_deinit to call platform_spi_deinit and I would also have expected platform_spi_deinit to at least return WICED_SUCCESS if it has no current work to do.

0 Likes
1 Solution
Anonymous
Not applicable

I looked into this more and this is not by design. This API needs to be repaired.  Also the interface needs to have some more insides added to it to handle multiple devices being connected to the bus that is not currently present

View solution in original post

0 Likes
1 Reply
Anonymous
Not applicable

I looked into this more and this is not by design. This API needs to be repaired.  Also the interface needs to have some more insides added to it to handle multiple devices being connected to the bus that is not currently present

0 Likes