[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
I need to use Fourier series to generate a C language program for rectangular wave, triangular wave and trapezoidal wave~~~ Unfortunately, I am not very knowledgeable~~~ and I can't do it~~~ I hope my
Hello everyone! After using the DC 24V LED RGB5050 light strip for a few months, some of the light sources will die, and most of the dead lights are blue and green. The products are exported to Singap
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
{
…
}