Behaviour change when powering with external power source
Hi everyone,
I am using a STWINKT1B and I am trying to evaluate its power consumption while operating. The Wifi communication always works well when I power the board by the battery or the USB port but never when I plug it to my voltage source (5V on J5). To be precise, I'm using the STWIN BSP drivers available here and es_wifi firmware by freertos available here. For the Wifi module to be initialized it requires that it first raise a data ready signal which is on PE11.
Unfortunately when the board is powered though the external source, this signal is never raised and the Wifi connection never occurs.
Im wondering how changing the power source can change the code behaviour, maybe the code has some unpredictable behaviour, but it's mostly drivers, almost no custom code is executed before it gets stuck.
Thanks for your help.
