On 29 August 2012 20:35, William Ratcliffe <[email protected]> wrote:
> Heres the result of the debugging > *CPLD_write = 0xA00 // "write" command > 59: | (enable_out(7) != 0) << 7 | (enable_out(6) != 0) << 6 > | (enable_out(5) != 0) << 5 | (enable_out(4) != 0) << 4 > | (enable_out(3) != 0) << 3 | (enable_out(2) != 0) << 2 > | (enable_out(1) != 0) << 1 | (enable_out(0) != 0); It looks like *CPLD_write is an initialised pointer, and that is bad. I am trying to comp the mesa_7i65 file to see if the c-code initialises the pointers. Curiously I am being told that a realtime component must include at least one function. Which is not meant to be the case any more. -- atp If you can't fix it, you don't own it. http://www.ifixit.com/Manifesto ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
