Using Gooey Core with Dev Board

Post Reply
Justin-235
Posts: 2
Joined: Sat Oct 14, 2023 6:15 pm

Using Gooey Core with Dev Board

Post by Justin-235 »

Just received my dev board and planning to set it up this weekend. Initial question I had when getting started...when I flash new programs and examples to the dev board, does it write over the preloaded programs or do those remain intact?
Frank
Posts: 159
Joined: Sun May 03, 2015 2:43 pm

Re: Using Gooey Core with Dev Board

Post by Frank »

They are overwritten. While developing a program we suggest using the "run from RAM" option. This will load the program into the operation RAM directly then start it, doing this saves the writes to the FLASH program memory as you can only write FLASH a certain number of times before you start to see errors (it is a LOT of times but why waste any).

All the demo programs in the chip are on the website so if you do overwrite one you can grab the source and reassemble/FLASH it to the FXCore if you want.
Justin-235
Posts: 2
Joined: Sat Oct 14, 2023 6:15 pm

Re: Using Gooey Core with Dev Board

Post by Justin-235 »

Ok thanks Frank. That's what I assumed but assumption has bit me more than once. ;)
Post Reply