Once the code is developed, it would be great if there was a physical way to prevent firmware rewriting (such a fuse to blow or a wire to cut)
Best posts made by vcch
-
Ability to prevent firmware rewriting
Latest posts made by vcch
-
RE: Using Cardputer without carputer library
@ajb2k3 Thank you but the screen (for Adafruit GFX) and SD card (for SD lib) have different pins : won't it be a problem if both try to use SPI with different pins in the same time ?
-
Using Cardputer without carputer library
Hello,
I want to port an MP3 player library to carputer, but there are conflicts between cardputer.h and my mp3 library.
So what I want to do is to user adafruit gfx library and SD library directly without using carputer library. But both (gfx and SD) are using SPI with different pins. How do you make it work ?
-
Ability to prevent firmware rewriting
Once the code is developed, it would be great if there was a physical way to prevent firmware rewriting (such a fuse to blow or a wire to cut)
-
How to lock m5stack software (firmware encryption)
I want to activate the esp32 "firmware encryption" feature to:
- ensure that the firmware can't be written again
- ensure that it can't be read
I know this feature exists but i would need simple instructions to activate it. Can anybody help ?
-
How to increase SPIFFS size with arduino
Hi !
I am using arduino to program the atom (using m5stick board settings) but I would like to extend SPIFFS size to 2Mb and reducing program size (my software needs to display images). Any idea what I should do ?