![]() |
|
AID: PIC memory issues
From: Stefan Wiechula stfn_aidp
zooid.org
Date: Sun, 24 Aug 2003 14:39:48 -0700
: Sent via the Art Interface Device mailing list: aid@interaccess.org : Use your "Reply All" to reply to the list, "Reply" for private response Hi all, Today we were working on a command which would set up the mainboard to continuously copy data from one or more input cards to one or more output cards. Along the way we tried to declare a 16 by 16 array of unsigned char. unsigned char map_table [16][16]; The HiTech compiler complained like so: ::Can't find 0x119 words for psect rbss_0 in segment BANK0 (error) ::Can't find 0x6 words for psect rdata_0 in segment BANK0 (error) ::Can't find 0xC words for psect temp in segment COMBANK (error) ::Can't find 0x2 words (0x2 withtotal) for psect code_ptr in segment BANK0 (error) Could any PIC experts comment? "bss" is uninitialised data, right? I know Jessica gave a tutorial on PIC memory organisation (banks and so on) but I wasn't at that meeting. Thanks, Stefan. : messages saved at http://www.interaccess.org/aid/list : unsubscribe/help requests to mailto:Majordomo@interaccess.org