Search found 2 matches
- Fri Apr 08, 2022 2:18 am
- Forum: ESP-IDF
- Topic: Only 2 MB of 16 MB available?
- Replies: 3
- Views: 2156
Re: Only 2 MB of 16 MB available?
No, that's correct. Your chips datasheet indicates the size as 16Mb, or 16 mega-bits (note the lower-case b) which translates to 2MB (mega-bytes). In general, for various reasons, most flash chips have capacity indicated in bits rather than bytes. It's funny I took care not to make that mistake in ...
- Mon Apr 04, 2022 6:24 pm
- Forum: ESP-IDF
- Topic: Only 2 MB of 16 MB available?
- Replies: 3
- Views: 2156
Only 2 MB of 16 MB available?
I created a esp32-c3 board with a 16 MB of flash, w25q16jvzpm. I get an error when running hello_world and esptool only finds 2 MB. Do I need to use a different flash chip? Or am I missing something in Menu config? esptool and hello_world output below PS C:\Espressif\frameworks\esp-idf-v4.4\workspac...