Transfer Quick T2SI sets into data space (and not const)

General discussion on RSC-4x mikroC.
Post Reply
Author
Message
massebob
Posts: 5
Joined: 12 Mar 2007 10:41

Transfer Quick T2SI sets into data space (and not const)

#1 Post by massebob » 19 Apr 2007 08:35

I created Quick T2SI sets and I want to store them in the data memory. So I tick the box "data" in the Quick T2SI software. But I don't know how I can transfer them into the data memory of the RSC4128 demo/eval board. Should I use Sensory Loader or should I use functions done by Sensory in order to write in flash memory (_SpFlashWrite....)?
Could you help me ?
Sincerely

User avatar
srdjan
mikroElektronika team
Posts: 1552
Joined: 28 Dec 2005 12:47
Location: Serbia

Re: Transfer Quick T2SI sets into data space (and not const)

#2 Post by srdjan » 23 Apr 2007 15:55

QT2SI software makes object (.mco) and header (.h) files to be
included in the in your project project. So you should take this
files, make a project in rcs4x-mikroC, build it and program the
VR-Stamp using rsc4xFlash programmer.

kido
Posts: 5
Joined: 28 Mar 2008 08:44

Re: Transfer Quick T2SI sets into data space (and not const)

#3 Post by kido » 28 Mar 2008 08:57

massebob wrote:I created Quick T2SI sets and I want to store them in the data memory. So I tick the box "data" in the Quick T2SI software. But I don't know how I can transfer them into the data memory of the RSC4128 demo/eval board. Should I use Sensory Loader or should I use functions done by Sensory in order to write in flash memory (_SpFlashWrite....)?
Could you help me ?
Sincerely
When using data space, the compiler will generate 2 files: 1 for code space(program), 1 for data space(your T2SI weightset). Seperate load them into these code space and data space (using Sensory Loader 4) should work.

Post Reply

Return to “RSC-4x mikroC General”