Feather STM32F4 CircuitPython 7.0

Please tell us which board you are using.
For CircuitPython issues, ask in the Adafruit CircuitPython forum.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
porelmundo
 
Posts: 6
Joined: Sun Aug 09, 2020 10:08 pm

Feather STM32F4 CircuitPython 7.0

Post by porelmundo »

Hi, I was trying to use the module sdioio on CircuitPython 7.0 but i get a import error,
Any idea if this work in Circuitpython 7.0?

User avatar
dastels
 
Posts: 15656
Joined: Tue Oct 20, 2015 3:22 pm

Re: Feather STM32F4 CircuitPython 7.0

Post by dastels »

According to the core module support matrix https://circuitpython.readthedocs.io/en ... atrix.html it should be present in the STM32F405 port.

What exactly is the error/backtrace you see?

Dave

User avatar
jerryn
 
Posts: 1868
Joined: Sat Sep 14, 2013 9:05 am

Re: Feather STM32F4 CircuitPython 7.0

Post by jerryn »

It is supported BUT there was an error in 7.0.rc,1 and the module got renamed to "sdio" - It works as sdio....
A fix is in progress and it should be renamed for the next release.
You can follow the issue (and see a working sample) here https://github.com/adafruit/circuitpython/issues/5344

Edited to add: the fix has been implemented and it will be back to "sdioio" in the next release.

User avatar
porelmundo
 
Posts: 6
Joined: Sun Aug 09, 2020 10:08 pm

Re: Feather STM32F4 CircuitPython 7.0

Post by porelmundo »

jerryn wrote:It is supported BUT there was an error in 7.0.rc,1 and the module got renamed to "sdio" - It works as sdio....
A fix is in progress and it should be renamed for the next release.
You can follow the issue (and see a working sample) here https://github.com/adafruit/circuitpython/issues/5344

Edited to add: the fix has been implemented and it will be back to "sdioio" in the next release.
Thank you for let it me know.
Now i have some issues with the the card it self i think, "OSError: [Errno 30] Read-only filesystem" I test 2 cards and have the same issue. Formatted with the official sd formater FAT, one is 1G the other is 32G
Thank you

User avatar
jerryn
 
Posts: 1868
Joined: Sat Sep 14, 2013 9:05 am

Re: Feather STM32F4 CircuitPython 7.0

Post by jerryn »

7.0rc.2 has been released and it includes the fix to rename the module to sdioio.

Locked
Please be positive and constructive with your questions and comments.

Return to “Itsy Bitsy Boards”