I'm trying to use one board developed to B-SoM with M-SoM.
But I have problems with the SD card
It uses pin 43 (A5) as chip select.
A5 has a different behavior in M-SoM, with 40K pull-down at boot, could this be the cause?
I also saw that the other pins used have differences in Internal pull resistance, But I don't think this can get in the way:
Pin 50 (MISO) / Pin 52 (MOSI) / Pin 54 (SCK)
B-SoM: 13K
M-SoM: 2.1K
Any possible configuration tips for using the A5 as a select chip for the SD Card?
And about the frequency at SD.begin()?
Thanks!
I updated via the CLI and the problem was resolved, thank you very much. However, I was unable to update the firmware using the Web IDE as version 5.8.2 does not appear available for M-SoM devices.
Particle.connect() with a network type, such as Particle.connect(WiFi) was available in 5.6.0 to 5.8.1, but was removed from 5.8.2 and later because using it can lead to unpredictable behavior with automatic connection management.