Different pins of the same group of io ports of stm32 are set to different input and output modes. For example, PA1 of PA port is used as input to read input value, and PA2 is used as output to output...
By the way, I did a ripple control test: input 5V3A switching power supply output setting 9.2VNote: The following results are for the probes clamped on the test posts of the EMC board, and the spacing...
Recently, MBed announced a change in the distribution method on the official blogFrom: https://os.mbed.com/blog/entry/Changeof ... seprocess/OverviewIn the past few months, we have been considering ch...
In the previous stage, I was not familiar with the writing of Linux device drivers and could not find any information. So I temporarily put the experiment of SPI devices on hold. A few days ago, I was...
I have defined a structure and I want all definitions to be placed in the code area instead of RAM memory.typedef struct{const int id;const char *name;struct NodeType *Link;
}NodeType;const char* str1...
[i=s]This post was last edited by moyanming2013 on 2021-12-31 15:09[/i]I would like to thank Electronic Engineering World ( EEWORLD ) and Silicon LabsArrow for the opportunity.Today, I finally receive...