bmentink
bmentink
@sago35 I have picoprobe flashing and gdb talking to the board. I just need further help with setting up visualStudio. Thanks. Maybe you can be more specific with the steps,...
@sago35 I can't use the `buildinfo branch` unless you have applied the patch for the PWM max freqency fix ... I ask again, have you? If not, how can I...
I don't have vsce installed, do I have to install that with npm? You say `vsce is for VSCode` but I see from the link above, that vsce is Video...
Perfect .. Thanks :+1:
I have the extension installed, and I have selected the openocd interface. However the settings.json file and the tasks.json files look wrong, as this is what I get when trying...
@sago35 I tried what you suggested, I removed .vscode, and reinstalled go and the .vsix file as you suggested. the paths still took wrong. tasks.json looks like: ``` { "version":...
Ahhh, I missed setting the target when the window containing main() is open ... very important step !!!! ... Now I have a permission error as I usually have to...
What do you mean by `package name`?, In my source directory (where main.go is) there is also a sub-directory called bldc, maybe it is getting confused? The out put of...
If by package, you mean main.go, then the above command should be .. `tinygo build -json -o /out.elf -target pico -size short -opt 1 main.go` ?
At the moment, I am getting a permission error where it is compiling the .elf file: ``` error: open /out.elf: permission denied The terminal process "/usr/bin/bash '-c', 'tinygo build -o...