Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic project error after WiFi firmware update (Read 571 times)
ram
Junior Member
**
Offline


Posts: 37
Joined: Aug 6th, 2016
project error after WiFi firmware update
May 26th, 2019 at 8:41am
Print Post  
Hello,

I have a project that uses Adafruit Feather M0 WiFi - ATSAMD21 + ATWINC1500, I have upgraded its firmware using the Arduino editor and also updated the WiFi101 lib to ver 0.16.0 and got the following results from running the "CheckWiFi101Firmware" from the Arduino editor:

Quote:
WiFi101 firmware check.
WiFi101 shield: DETECTED
Firmware version installed: 19.6.1
Latest firmware version available : 19.6.1
Check result: PASSED


when I got back to vMicro (running ver 1903.16.0 VS2019) I couldn't compile my project as it doesn't recognize the WiFi so I tried to run the same sketch "CheckWiFi101Firmware" but this time from VS2019, the build fail with this error:

Quote:
Compiling debug version of 'CheckWifi101FirmWare' for 'Adafruit Feather M0 (Native USB Port)'
WiFi.cpp.o: In function WiFiClass::init()
WiFi.cpp:337: undefined reference to nmdrv_firm_ver
Error linking for board Adafruit Feather M0 (Native USB Port)
Debug build failed for project 'CheckWifi101FirmWare'
m2m_wifi.c.o: In function m2m_wifi_cb
m2m_wifi.c:310: undefined reference to nmdrv_firm_ver
m2m_wifi.c.o: In function m2m_wifi_start_provision_mode
m2m_wifi.c:1292: undefined reference to nmdrv_firm_ver
collect2.exe*: error: ld returned 1 exit status


I updated both "WiFi101" and "WiFi" libs by installing them both from vMicro>Add Library>Install Arduino Library From Zip to versions WiFi-1.2.7 & WiFi101-0.16.0

looking further into this I (BTW - this is way outside my knowledge scope) I noticed that the file "WiFi101.h" version inside of it under "External Dependencies" states:

Quote:

#define WIFI_FIRMWARE_LATEST_MODEL_A "19.4.4"
#define WIFI_FIRMWARE_LATEST_MODEL_B "19.6.1"


however I can't get to have my VS2019 recognize the WiFi... I have no idea how to move forward from this point forward... 

any thought will be highly appreciated!!!

thank you all in advance!
Ram
  
Back to top
 
IP Logged
 
ram
Junior Member
**
Offline


Posts: 37
Joined: Aug 6th, 2016
Re: project error after WiFi firmware update
Reply #1 - May 26th, 2019 at 10:52am
Print Post  
pls ignore - managed to fix it by manually removing the arduino library folders under C:\Users\Admin\Documents\Arduino\libraries

back to work as usual!  Smiley
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint