User Activity

I have a program with various tasks, in one of these I send a request and, after that, I wait for a response, so I have a cycle like this SendRequest(); do { WaitResponse(); DelayMillisecondS(200); }while (Timerisnotexpired()); the Problem is that th...
Hallo,I'm compiling with this option   <-fpack-struct=1>Why, with this option, the instruction<WRITE_REG(hdma->Instance->CBR1, 0U);>generates hard fault? I don't understand, without changing nothing.thank you.
Hallo, this is my code. I create a directory, and then a file in this directory. If, in another point of the code, I check if the file is present or not, I can read/write it correctly and so on. Instead, if I stop the execution of the program, when I...
Hallo,I have to question, all about netxduo.1. how to set the pool size of netxduo at the least value possible2. I need to use the mqtt client packet.  Is it necessary also to enable the arp protocol, icmp protocol, the TCP protocol, the udp protocol...
Hallo,I have a board with stm32u5. This board sends mqtt messages to a broker using a cellular modem.As os, I'm using AZURE RTOS. I'm wondering if it's better to use lwip, netxduo or stm32_cellular as a substratum. Where can I find examples of netxdu...
Kudos from