Hi. So, I have created a code in VS on Mac with a daisy bootloader in flash and a code in sram. Now i want to have a one binary file to send it to a friend, so that he can upload my program with a web programer. Where to find this file? Should it be just main.bin file? And will a bootloader in flash makes any differences for uploading routine?
.bin
file should be in the build
folder of your project.
And Bootloader Image can be flashed by going to “Advanced…” option of the Web Programmer’s “Programming” section.
1 Like