arduino / ArduinoCore-samd

Arduino Core for SAMD21 CPU
GNU Lesser General Public License v2.1
467 stars 716 forks source link

MKRWAN 1310 Flash Memory access fails. #593

Closed terryzar closed 2 years ago

terryzar commented 3 years ago

Using the SerialFlash library, accessing the on board serial flash memory works fine under Arduino SAMD Core library v1.8.10. After upgrade to 1.8.11 access to the on board flash memory stopped working. I have not yet had time to analyze this, just rolled back to 1.8.10.

jmbarra78wise commented 3 years ago

The same issue for me in MKRGSM1400 plus MKR Mem Shield when upgrade to 1.8.11 so rolled back to 1.8.10.

facchinm commented 3 years ago

@terryzar @jmbarra78wise I pushed a fix here https://github.com/arduino/ArduinoCore-samd/pull/622 , would you mind testing it? Thanks!

jmbarra78wise commented 3 years ago

It works for me! Thanks for the fix!