Simple FLASH access in C language, for 9S08GT, it's possible?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Simple FLASH access in C language, for 9S08GT, it's possible?

Jump to solution
988 Views
hernanEche
Contributor I

It's posible from C language to simple write/read a byte in FLASH  (as if were an EEPROM)?

 

The micro is 9S08GT

 

I need to store a value that

  • Keep value after power off
  • Can be changed in runtime

The normal answer is : an external EEPROM

 

but, can it be done with FLASH and avoid external EEPROM?

Labels (1)
Tags (1)
0 Kudos
1 Solution
339 Views
peg
Senior Contributor IV

Hello and welcome to the fora.

 

Yes you certainly can do this.

Do a search in the 8 bit microcontroller forum for the multitude of threads on this subject to be found there.

 

Good Luck!

 

View solution in original post

0 Kudos
2 Replies
340 Views
peg
Senior Contributor IV

Hello and welcome to the fora.

 

Yes you certainly can do this.

Do a search in the 8 bit microcontroller forum for the multitude of threads on this subject to be found there.

 

Good Luck!

 

0 Kudos
339 Views
hernanEche
Contributor I

I am glad that is possible, I will search those threads, thanks!

0 Kudos