laoniaokkk / PX4-AT32

BSD 3-Clause "New" or "Revised" License
8 stars 4 forks source link

bootloader for AT32F435RMT7 #2

Open svs072477 opened 11 months ago

svs072477 commented 11 months ago

Hi, could you upload on github PX4 bootloader source codes for AT32F435/7, I want to run px4 on AT32F435RMT7.

Thanks

laoniaokkk commented 11 months ago

The bootloader just jumps to the specified app running address, and has no other functions. You can use Artery's library to modify (utilities/at32f435_437_usart_iap_demo/source_code/bootloader)

svs072477 commented 11 months ago

The bootloader just jumps to the specified app running address, and has no other functions. You can use Artery's library to modify (utilities/at32f435_437_usart_iap_demo/source_code/bootloader)

I understand you, thank you