<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Fran-3</title>
    <description>The latest articles on DEV Community by Fran-3 (@fran3).</description>
    <link>https://dev.to/fran3</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1132601%2F562c9093-4c0b-4d40-a92f-fbefa4baa5e1.png</url>
      <title>DEV Community: Fran-3</title>
      <link>https://dev.to/fran3</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/fran3"/>
    <language>en</language>
    <item>
      <title>VScode Arduino Giga R1 Wifi Board Problems. Help!</title>
      <dc:creator>Fran-3</dc:creator>
      <pubDate>Thu, 03 Aug 2023 22:04:48 +0000</pubDate>
      <link>https://dev.to/fran3/vscode-arduino-giga-r1-wifi-board-problems-help-231g</link>
      <guid>https://dev.to/fran3/vscode-arduino-giga-r1-wifi-board-problems-help-231g</guid>
      <description>&lt;p&gt;I'm using the Microsoft Arduino Extension as Platform IO Extension does not have the new Arduino Giga R1 Wifi board available.&lt;/p&gt;

&lt;p&gt;I finally have VScode working with the Arduino Uno but when switching to the Arduino Giga R1 Wifi board it won't work.&lt;/p&gt;

&lt;p&gt;Problems include:&lt;/p&gt;

&lt;p&gt;1 - "cannot open source file \"PinNamesTypes.h\" (dependency of \"C:\Users\vEdit\AppData\Local\Arduino15\packages\arduino\hardware\mbed_giga\4.0.4\cores\arduino\Arduino.h\")"&lt;/p&gt;

&lt;p&gt;2 - "no instance of overloaded function \"arduino::UART::begin\" matches the argument list",&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Here is the code:&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;void setup() {
Serial.begin(9600);
Serial.println("This is vscProject_GigaR1");
}

void loop() {
}

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Here is the json file:&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;{
    "configuration": "target_core=cm7,split=100_0",
    "board": "arduino:mbed_giga:giga",
    "port": "COM4",
    "programmer": "cmsis-dap",
    "output": "C:/Users/vEdit/Documents/Arduino/vscProject_GigaR1_output",
    "sketch": "vscProject_GigaR1.ino"
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;There is another "Programmer" available... the&lt;br&gt;
STMicroelectronics STlink&lt;br&gt;
but that doesn't work either.&lt;/p&gt;

&lt;p&gt;Been trying to get VScode to work for 3 days and am about to ditch it but hopefully some kind soul can walk me through getting it to work with the Arduino Giga R1 Wifi board.&lt;/p&gt;

&lt;p&gt;Thanks for any help.&lt;/p&gt;

</description>
      <category>vscode</category>
      <category>arduino</category>
    </item>
  </channel>
</rss>
