Posted on June 11, 2018 at 08:33 Hello, I am using STM32L476RE MCU for one of my application which publishes some data to server using MQTT and my wifi module communicates with MCU with USART2.I am using atollic truestudio to write a code and deb...
Posted on June 13, 2018 at 16:21 Hello Clive, I have attached schematic of my circuit around MCU.Please have a look at it. Regards, Pradeep
________________
Attachments : MCU.pdf : https://st--c.eu10.content.force.com/sfc/dist/version/downl...
Posted on June 12, 2018 at 12:04 Hello Clive, I would like to mention one more observation which might lead to some solution.Code runs properly not only when debugger is connected to PC but also when it is connected to any power source like 5V ad...
Posted on June 12, 2018 at 12:59 Thanks everyone for the suggestion.I just inserted a delay of 1 sec afterSystemClock_Config() and it started working in stand-alone mode.It would be really great if somebody how insertion of delay after SystemClock_...
Posted on June 11, 2018 at 15:41 I would try to diagnose actually which part of code is creating problem after that if i am not able to diagnose cause of problem i will post the problem over here.
Posted on June 11, 2018 at 14:15I agree to whatever you have said but according to you what can be probable reasons for code working fine with debugger and not working when debugger is not connected.Code even works when debugger is connected to any ...