Any hint how to increase size of eeprom emulation?
Since project run as it should on arduino mega 2560, To have it running on Mapple Mini or bluepill I need to increase size to 4kB.
I am not able to use external eeprom - no room on PCB and much space in STM flash.
Search found 5 matches
- Wed Aug 04, 2021 1:43 pm
- Forum: Libraries & Hardware
- Topic: EEPROM emulation how to increase size?
- Replies: 8
- Views: 27031
- Sun Nov 01, 2020 10:52 pm
- Forum: Libraries & Hardware
- Topic: EEPROM emulation how to increase size?
- Replies: 8
- Views: 27031
Re: EEPROM emulation how to increase size?
Hi.
Thank You for information.
Sketch it is quit long application initially written on AVR arduino.
It is automatic Telegraphy keyer with many options.
Configuration and texts for automatic transmission is stored in eeprom.
Since STM based board are supported by Arduino application could be compiled ...
Thank You for information.
Sketch it is quit long application initially written on AVR arduino.
It is automatic Telegraphy keyer with many options.
Configuration and texts for automatic transmission is stored in eeprom.
Since STM based board are supported by Arduino application could be compiled ...
- Sun Oct 25, 2020 8:57 am
- Forum: Libraries & Hardware
- Topic: EEPROM emulation how to increase size?
- Replies: 8
- Views: 27031
Re: EEPROM emulation how to increase size?
Thank You for advise.
I doidn't find answer for my qustins on links provided.
Before I opened this topics I searched forum for eeprom related posts and didn't found answer for my problem, also other web resources.
I spent for searching 2 hours.
There is a lot of interesting information about eeprom ...
I doidn't find answer for my qustins on links provided.
Before I opened this topics I searched forum for eeprom related posts and didn't found answer for my problem, also other web resources.
I spent for searching 2 hours.
There is a lot of interesting information about eeprom ...
- Sun Oct 25, 2020 8:46 am
- Forum: Let us know a bit about you and your projects
- Topic: 73 de SP5IOU
- Replies: 1
- Views: 3119
73 de SP5IOU
Hello.
I am not new on this forum. Before i had nick Aimeiz, but I wasn't present for a few years and my account is lost - no problem.
My project based on Atmel or STM are mainly for Ham Radio applications, but not only.
Also for CNC, robotics and all other area which could interest me.
I am happy ...
I am not new on this forum. Before i had nick Aimeiz, but I wasn't present for a few years and my account is lost - no problem.
My project based on Atmel or STM are mainly for Ham Radio applications, but not only.
Also for CNC, robotics and all other area which could interest me.
I am happy ...
- Sat Oct 24, 2020 10:44 pm
- Forum: Libraries & Hardware
- Topic: EEPROM emulation how to increase size?
- Replies: 8
- Views: 27031
EEPROM emulation how to increase size?
Hi.
I am usinh EEPROM libryary (eeprom.h) in my application on Bluepill board.
It works, however it is able to store 255 bytes only.
I need approx 1kB like it is in real eeprom in avr processors.
I was trying to play with eeprom configuratios, increasing pagesize , changing pages base addresses, but ...
I am usinh EEPROM libryary (eeprom.h) in my application on Bluepill board.
It works, however it is able to store 255 bytes only.
I need approx 1kB like it is in real eeprom in avr processors.
I was trying to play with eeprom configuratios, increasing pagesize , changing pages base addresses, but ...