Arcachofo / SimulIDE-dev

SimulIDE Circuit Simulator.
https://simulide.com
GNU General Public License v3.0
36 stars 10 forks source link

Reload Firmware and Reload Document #4

Open jmperricone opened 1 week ago

jmperricone commented 1 week ago

First off all, AMAZING !!!!!! Thank you Sr. !!!

I like to use an external editor ( nvim ) and a makefile.

Checking "Reload hex at Simulation Start" or using "Reload firmware" dosen't work.

I have to open the file in the editor, compile it and upload all from the app. Then i change the file in nvim, i have to close the file in the app editor, because Reload document dosen't work, open it again, compile and upload.

Thanks!!!

Arcachofo commented 1 week ago

Hi. It is working for me.

I think there is a problem with path. If you compile and upload from simulide it will use a different path than compiling from nvim. I think you should compile from nvim, then load that hex file from the MCU, then keep editing and compiling using the same path.