pub fn try_attach_to_rtt( core: &mut Core<'_>, timeout: Duration, rtt_region: &ScanRegion, ) -> Result<Rtt, Error>
Try to attach to RTT, with the given timeout.