[p=35, null, left][color=#555555]The task state machine in TI's official routine code is used to handle a variety of non-loop control tasks. This state machine programming is useful for multi-task man...
int main(void){// disable JTAG port DDPCONbits.JTAGEN = 0;// 3.2 initialization TRISB = 0; // all PORTA as output T1CON = 0x8030; // TMR1 on, prescale 1:256 PB// 3.3 the main loop while( 1) { // 3.3.1...
Everyone, it's time for daily learning again. Today, let's talk about vivado calling IP cores. First, let's take a look at vivado's IP cores. IP cores (IP Core): There are many IP cores in Vivado that...
As the title says, how to catch MSComm control error exceptions. I want to catch MSComm error exceptions and do some custom operations, but it seems that the general method of catching exceptions does...
Recently, I made a UHF band low noise amplifier for the 400-430MHz band. It is also the main frequency band for amateur radio. Adding it to the front end of the receiver can improve the sensitivity of...