Using 1DX with STM32F429 and wiced_init() gets an error that I don't understand

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

cross mob
MiRo_263836
Level 5
Level 5
100 replies posted 50 likes received 50 replies posted

wiced_init()    times out with the following signature:

WPRINt_WWD_ERROR(("Timeout while waiting for high throughtput clock\n"));

This is a new target board and the platform files have been copied and modified for my target.  I have attached them.

Where do I start looking to fix this?

0 Likes
1 Solution
MiRo_263836
Level 5
Level 5
100 replies posted 50 likes received 50 replies posted

the problem is gone - the 1DX was booting from an external Serial Flash that was not there - so I moved the 1DX image inside

the MCU flash by setting  the RESOURCES_LOCATION ?= RESOURCES_IN_DIRECT_RESOURCES in  the platform makefile.

And our board uses 1.8V for all components - and 1DX did not complain !

View solution in original post

1 Reply
MiRo_263836
Level 5
Level 5
100 replies posted 50 likes received 50 replies posted

the problem is gone - the 1DX was booting from an external Serial Flash that was not there - so I moved the 1DX image inside

the MCU flash by setting  the RESOURCES_LOCATION ?= RESOURCES_IN_DIRECT_RESOURCES in  the platform makefile.

And our board uses 1.8V for all components - and 1DX did not complain !