QUOTE (calc84maniac @ 10 Jul, 2007, 9:32) |
I don't think the shells support greyscale anyway... oh well, just wait 'till Jim e comes, he can tell you. ;)![]() |
CODE | ||||
ec1 Post by: Liazon on July 10, 2007, 11:26:00 am Post by: Iambian on July 12, 2007, 06:53:00 am But if this wasn't greyscale and if you needed to waste a LOT of time, couldn't you just call the fastcopy routine again? Post by: calc84maniac on July 12, 2007, 01:38:00 pm Post by: Iambian on July 12, 2007, 03:30:00 pm
I'm not sure, but it might be treated as implied load instructions by the FlashROM chip, which may tell it that you're attempting to send commands to it. Because of Flash locking, the microcontroller will see this and issue the standard response for attempting to issue instructions to Flash. I believe this is a calc reset. (RST 00h) Need verification. Post by: calc84maniac on July 13, 2007, 04:31:00 am c1-->
ec2
Post by: Iambian on July 13, 2007, 02:48:00 pm Highly unlikely, but I'd do myself the favor of staying away from doing stuff like that. Post by: tama on July 16, 2007, 04:03:00 am I didn't forget the "ret" at the end of the program ? Post by: Fallen Ghost on July 16, 2007, 12:32:00 pm Can you post code? A suggestion for you is to open your program with TI-Flash Debugger (that comes with TI-Connect) and breakpoint/tracelog where it crashes. |