sergev / qemu

QEMU for PIC32
https://github.com/sergev/qemu/wiki
Other
29 stars 7 forks source link

Max32 Hello-World: cannot access the sources #13

Closed slpp95prashanth closed 2 years ago

slpp95prashanth commented 2 years ago

Hi @sergev,

Thank you for the work.

I am trying to create a bare metal firmware for PIC32, So can I ask for the sources of Max32 Hello world (bootloader, application, linker script). And also trying to build through xc32-gcc so linker script will also be helpful.

Regards Prashanth S

slpp95prashanth commented 2 years ago

Thank You

sergev commented 2 years ago

Hi Prashanth,

Sorry, your message got lost in my overflowing mailbox. Here you can find sources of a simple bare metal application for pic32mx7. Here I use a modern Clang compiler for the build.

https://github.com/sergev/vak-opensource/tree/master/microcontrollers/pic32-max32

Regards, --Serge