This is the explanation I needed. Thank you.
Nice Christmas
Achim
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
options.hwconfig = FM_HWBOOTEXEC;
presults = fm_connect(&options, sizeof(options));
presults = fm_program ( .... ); // load LPC application to RAM
presults = fm_reset (FM_RESET, 0x40000200, (1000 << 16)); // run application after 1 second delay
// application takes control over the LPC
// talk to the app using fm_raw_transmit and fm_raw_receive
Quote from: Andy Ayre on December 08, 2009, 10:00:33 AMI did. Same behaviour, same debug output. Problem is NOT solved.
We found an issue with this. Please try version 5.44.
// fm_connect, fm_program etc. runs fine.
presults = fm_select_debug_mode (FM_DEBUG_MODE_ON, "f:\\kram\\reset2.fmd");
presults = fm_reset (FM_RESET, 0x40000200, (1000 << 16)); // specify ARM mode and 1 second delay
tx> U 23130\d\a
rx> U 23130\d\a
rx> 0\d\a
tx> G 1073742336 T\d\a
rx> G 1073742336 T\d\a
debug> COM Port RX flushed