Page 1 of 1

flash_write library

Posted: 26 Feb 2010 06:39
by foravr
Hi,

it would be a great help to have a library for writing to flash or the possibility to use the spm instruction from basic.

foravr

Re: flash_write library

Posted: 26 Feb 2010 17:57
by tihomir.losic
Hello,

I will pass your suggestion to our developers and they will consider your proposal.
Thank you for your support.

Best regards,

Losic Tihomir

Re: flash_write library

Posted: 01 Mar 2010 17:07
by tihomir.losic
foravr wrote:Hi,

it would be a great help to have a library for writing to flash or the possibility to use the spm instruction from basic.

foravr
Hello,

I need few more details about your wish, because it's partially unclear to me and my colleagues which kind of library you need?

Thanks.

Best regards,

Losic Tihomir

Re: flash_write library

Posted: 02 Mar 2010 08:21
by foravr
Hi,
thanks for answering. I want to realize a possibility to load a part of the code (and some data) during runtime via uart into flash. For this i need a function that copies a block of 64 bytes of ram to a place in flash. Something like

Code: Select all

procedure flash_write(dim ramstart as word,romstart as word)
I have tried this myself but the spm instruction is very special...
foravr

Re: flash_write library

Posted: 09 Dec 2010 14:53
by foravr
Many thanks for listening to users whishes.
foravr