[i=s]This post was last edited by cruelfox on 2019-6-23 15:22[/i] When I was tracking a nortos (not using TI RTOS) project, I found that before executing main(), the CPU would jump to the code after ...
Other interrupt sources of the microcontroller, such as ADC, SPI, PWM, etc. Taking external interrupt 0 as an example, the commonly used method in programming is:
void INT0()interrupt 0 using 1
{
…
}
...
[backcolor=rgb(222, 240, 251)]I used to use a single-chip microcomputer and it worked normally for a long time. Now I want to switch to stm32, using fsmc and an external 32K ferroelectric FM28V020. It...
Different arbitrations represent different data settings. For example, in the message object, 02B0 is one set of data and 02B1 is another set. When reading the message, the arbitration of IF2 remains ...