Question about Assertion 'VERIFY_PTR(ptr)' failed, at file ../../py/gc.c:882
#11155
Replies: 1 comment
-
I found out that removing the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I am using the Nucleo-L476RG in micropython v1.19.1 board and want to add an SPI Flash device. I am aware that I can change the NUCLEO-L476RG port and add the SPI block device using the example from ADAFRUIT_F405_EXPRESS board. However, I want to use the release version of the micropython firmware and add everything on top of it.
I've already created the SPIBlockDevice implementation in mpy and I am able to run the
os.VfsFat.mkfs
command using the module.However, the
os.mount
command is always failed and shows this error messageI am not quite sure what is the real reason for this error and it is quite hard to debug it.
Can anyone give me some help with this issue?
Thanks in advance
This is my SPIBlockDev implementation
And this is my console output
Beta Was this translation helpful? Give feedback.
All reactions