[i=s]This post was last edited by mig29 on 2020-11-9 20:25[/i]It is necessary to collect the problems found to avoid duplication:
(Board: eMiniBoard MB025 main chip MM32F0133C7P)The problems confirmed
System abnormalityThe Cortex-M architecture supports a variety of system exceptions and interrupts. Numbers 0 to 15 are exceptions, and numbers 16 and above are interrupts. In detail, interrupts and e
A very simple program, using the IO interrupt of the key to control the LED on and off on the F5529 development board:#includeint main(void){WDTCTL = WDTPW + WDTHOLD; // Stop watchdog timerP1DIR |= BI
Hello, as the title says: I use RTT to output recording data, but the data loss is very serious. Does anyone know how to increase the RTT rate?
The following is a comparison of normal data output afte