If I put the interrupt for reading IIC in the timer interrupt, the program will die. If I put it outside, it can run normally. The interrupt time is set to 4ms. Reading 6050 data in the timer interrup...
I need to add infrared support recently. I use 2440 and connect an infrared receiver to the board. I want to add infrared. Are the drivers used for infrared and serial ports the same? Or do I need to ...
In the given example/********************************************************************Function name: unsigned int EEPROM_Read_Status(void)Purpose: EEPROM read statusInput: NoneOutput: None*********...
I just started to get involved in hardware. I was reading a book about PowerLogic and found that it mentioned a kind of pin as Signal Pin. It said that this pin should be used for power/ground. Howeve...
As the title says: Can the STM32F10X motor library support brushless DC motors?The STM32F10X motor library supports PMSM under FOC. Since there are differences in the understanding of the distinction ...