Hello,
From AN-B-026, concerning Wake up on GPIO, what are the Ports P0-x or P1-x to use as Wake up input and Flow control output? Even if it seem programmable, it seems from AN-B-018, ports P0-4 and P0-5 are the right ones for Rxd and TxD…
Other question : Could Flash memory be programmed through SW debug interface ?
Thanks.
Regards,
Michel
Device:
Hi michel.lapalus,
You can configure from which port the da is going to be wake up by using the wkupct_quadec.c driver just use the wkupct_enable_irq() to select the pins, ports and pollarity. Yes you can program the Flash through the debug interface, you can use Smart Snippets and select the jtag interface.
Thanks MT_dialog