User Activity

I have followed this link https://weekly-geekly.github.io/articles/419037/index.html to implement PPPos in STM32. I changed the modem to "data mode" and then started PPP Connection. The modem communicating but the status callback throws PPPERR_CONNEC...
I am working on IAP boot-loader where the user application store either in 2 sector in which update comes in other sector respect to the current sector. So I need to build user app memory independent but I don't know how to do it. Could someone help?
I am working on IAP in STM32F4. I received .bin file using uart and flash it in 0x08004000 address successfully and disable irq , set msp , set vector, deinit hal , reset the systick registers but the jump is not working , It just freeze there. Can a...