2017-08-23 02:11 AM
Hi.
I am analyzing with B-L072Z-LRWAN1.
If you have a CubeMX project file, it will help you analyze it.Can not convert AT_Slave project to CubeMX project?Clock, and LPUART settings.Please.2017-08-23 05:07 AM
You will need to merge/refactor the code at a HAL level
2017-08-23 09:39 PM
Thank you for your reply.
Can I make 'End Code' instead of 'AT_Slave'?2017-08-23 10:28 PM
Not sure exactly what that is, but most use cases that I see and discuss with people are ones using the L072Z as the sole micro-controller in the design, and it doesn't need to talk in AT commands to itself. So the AT command layer is stripped out, and you just call the underlying functions directly to achieve the desired connectivity.