ActoryOu
ActoryOu
I believe this has been fixed by [commit in OTA repo](https://github.com/aws/ota-for-aws-iot-embedded-sdk/commit/01915aca936a45d92ea05db187a84e3e773b2d11). It has been patched into this repo, too. So, I'm going to close this issue. Thanks a lot!
Hi @txf-, It depends on the definition of light sleep. As @archigup mentioned, if all tasks are suspended, no tasks will run. Referring to the example provided in this repository,...
The behavior may depend on the [receive timeout setting](https://github.com/FreeRTOS/coreMQTT-Agent/blob/main/source/core_mqtt_agent.c#L1063), which is 1s by default. If the receive timeout is configured to be shorter than the keep-alive period, it could trigger...
Hi @TunaBicim, Thanks for your feedback. We're discussing this request internally and we'll bring back more info to you. Thanks!
For reference, the [post](https://forums.freertos.org/t/coremqtt-how-to-pass-user-data-to-eventcallback/17843) from FreeRTOS forum provides a temp solution for this scenario. We'll keep this issue opened and make a plan to support user context in the callback....
Hi @Mimmo-c, Thanks for your feedback! Please help to paste the content of below files after compiling error: - lab-iot-reference-stm32u5\Projects\b_u585i_iot02a_tfm\Debug\tfm_build\CMakeFiles\CMakeError.log - lab-iot-reference-stm32u5\Projects\b_u585i_iot02a_tfm\Debug\tfm_build\CMakeFiles\CMakeOutput.log I think you got failure on generating .ready...
> Hi @ActoryOu, No file is found in the folder you indicated. I currently have STM32CubeIDE version 1.10.1 installed, is it okay if I compile the code with this version?...
Hi @Mimmo-c, Could you help to set `DEBUG=1` at the begining of tools/env_setup.sh and run `source tools/env_setup.sh` on your shell? I suspect that there is something wrong on python environment....
Hi @HTRamsey, I commited a few to fix unit test failing. Feel free to feedback if you have any concern. Thank you.
Hi @htibosch, I think he means that the network interface of xilinx_ultrascale does not support multiple interface, which is introduced by TCP V4. Hello @JohnnyOpcode, We warmly welcome and appreciate...