Hello,
I added the following to by .jdebug file - specifically the last line
Display All
I see the embed OS tab on View, and when opening it all I get is a blank screen.
Is there some issue of the plugin on the mbed configuration of the portenta?
I did not install or do anything with the .js embed plugin code - presumably that is called by the window itself?
Let me know if there is anything else I can try to get a look at al my threads.
Thanks
I added the following to by .jdebug file - specifically the last line
Source Code
- void OnProjectLoad (void) {
- //
- // Dialog-generated settings
- //
- Project.AddPathSubstitute ("Z:/User/SALASOFT/Constr/Envirowatch/Code/MainCode/EnviroWatch", "$(ProjectDir)");
- Project.AddPathSubstitute ("z:/user/salasoft/constr/envirowatch/code/maincode/envirowatch", "$(ProjectDir)");
- Project.SetDevice ("STM32H747XI_M7");
- Project.SetHostIF ("USB", "175102672");
- Project.SetTargetIF ("SWD");
- Project.SetTIFSpeed ("4 MHz");
- Project.AddSvdFile ("$(InstallDir)/Config/CPU/Cortex-M7F.svd");
- //
- // User settings
- //
- File.Open ("C:/Users/RS/AppData/Local/Temp/arduino-sketch-FFBA7C5D8784E913A256FD1018B9CBF5/EnviroWatch.ino.elf");
- Project.SetOSPlugin("embOSPlugin.dll");
- }
Is there some issue of the plugin on the mbed configuration of the portenta?
I did not install or do anything with the .js embed plugin code - presumably that is called by the window itself?
Let me know if there is anything else I can try to get a look at al my threads.
Thanks