Skip to main content
Jin ho An
Associate II
August 23, 2017
Question

B-L072Z-LRWAN1, CubeMX project

  • August 23, 2017
  • 3 replies
  • 944 views
Posted on August 23, 2017 at 11:11

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.
    This topic has been closed for replies.

    3 replies

    Tesla DeLorean
    Guru
    August 23, 2017
    Posted on August 23, 2017 at 14:07

    You will need to merge/refactor the code at a HAL level

    Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
    Jin ho An
    Jin ho AnAuthor
    Associate II
    August 24, 2017
    Posted on August 24, 2017 at 04:39

    Thank you for your reply.

    Can I make 'End Code' instead of 'AT_Slave'?
    Tesla DeLorean
    Guru
    August 24, 2017
    Posted on August 24, 2017 at 05:28

    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.

    Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..