Add UARTE in DFU bootloader to update an STM32

Hi,

I use the secure BLE Bootloader to update the nRF52840 (with S140).

Now I want to add a UARTE to update the STM32 connected to nRF52.

Do you have a solution to do that? All my tries have not worked.

Thanks for help.

Best regards.

Parents
  • Hi

    What SDK version and S140 version are you using for development on your end here exactly? 

    Please try debugging and stepping into the code to see which exact function it is that ends up returning this error on your end. You would need to set a breakpoint inside the function and step by step check what causes the assert. Also check if you have declared the module with NRF_LIBUARTE_ASYNC_DEFINE()

    You can also check out this ticket for some details on using libuarte with the SoftDevice:  Use libuarte together with SoftDevice  

    Best regards,

    Simon

Reply
  • Hi

    What SDK version and S140 version are you using for development on your end here exactly? 

    Please try debugging and stepping into the code to see which exact function it is that ends up returning this error on your end. You would need to set a breakpoint inside the function and step by step check what causes the assert. Also check if you have declared the module with NRF_LIBUARTE_ASYNC_DEFINE()

    You can also check out this ticket for some details on using libuarte with the SoftDevice:  Use libuarte together with SoftDevice  

    Best regards,

    Simon

Children
Related