eeTools / SimulIDE-dev

SimulIDE Circuit Simulator.
https://simulide.com
GNU Affero General Public License v3.0
79 stars 20 forks source link

Reload Firmware and Reload Document #4

Closed jmperricone closed 4 months ago

jmperricone commented 5 months 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 5 months 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.

jmperricone commented 4 months ago

It didn't happen again, and I couldn't make it fail again, so I closed this.