public override bool WriteU8(UInt32 Addr, byte data) { bool status = (JLinkARM.JLINKARM_WriteU8(Addr, data) == 0 ? true : false); return(status); }