STM32F405RGT6 Frozen Code Access File System Files #11395
Answered
by
robert-hh
AngeloFatica
asked this question in
STM32 / Pyboard
-
Is there any way for frozen code to access files inside the file system? i.e. Can a file that is running frozen open a text file inside the file system with read and write capabilities? Or are there other ways to be able to r/w these files with frozen code? Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
robert-hh
May 2, 2023
Replies: 1 comment 3 replies
-
Frozen bytecode can do file access like any other Python code. There is nothing special with it. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
AngeloFatica
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Frozen bytecode can do file access like any other Python code. There is nothing special with it.