Code and Data Size limits and additional RAM cap
ALIBE
Posts: 299
Sorry - I did not find this info in the tech spec for the chip.
what is the limit on code and data size. I'm assuming the limit is per cog level rather than at the chip level.
Also what is the cap on how much extra RAM that can be added (if that is at all possible that is).
Thanks, ALIBE
what is the limit on code and data size. I'm assuming the limit is per cog level rather than at the chip level.
Also what is the cap on how much extra RAM that can be added (if that is at all possible that is).
Thanks, ALIBE
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
6+6=10 (Long live the duodecimal system!)
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
re the custom assembly program in the 2k cog, does this include user written propeller asm programs. or is it reserved for parallax only system level programs (interpreter, etc). IF one of my programs is made up of 1) Spin code and 2) ASM code, will #2 go into cog 2k space?
Thanks
I've attached the FullDuplex object which allows for high-speed serial comms (I've tested it up to 460 kBaud); you can see the Spin methods and the assembly code at the end.· The Spin methods get merged into your program (that runs in system RAM) and the assembly code -- if successfully launched -- runs in the 2K RAM of the cog that was available for the cognew method.
(Note: I added a .txt extension to the .spin file so you can browse it online)
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
what's the RTM or GA dates for the dev board? I really need it (it's not "want", it is "need")
[noparse]:)[/noparse]
thanks
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
here's a dumb question re the usb2ser.
While trying out Brainstem I had purchased their BS to Serial adapter. Just curious if that would do the job of the USB2SER for me to connecting the chip to my pc? Here's the url:
http://www.acroname.com/robotics/parts/S13-SERIAL-INT-CONN.html
I know this is a wierd question.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Post Edited (Jon Williams (Parallax)) : 4/1/2006 3:21:15 PM GMT