Hello everyone! I added an SDHC folder under the BSP driver folder, which contains SDHC and SDHCBASE subfolders. The source files in the two subfolders are as follows: SOURCES = SDIOController.cpp \ S...
/ Where _timer_ must be either 3 or 4
// Macro for initialising timer 3 or 4
#define TIMER34_INIT(timer)\do {\T##timer##CTL= 0x06; \T##timer##CCTL0 = 0x00; \T##timer##CC0= 0x00; \T##timer##CCTL1 = 0x0...
The default pins are occupied by LEDs, so I want to map the PWM output pins of the three channels of T1 to the alternative pins, PB0-PB2, but setting the option bytes is invalid. After setting, the de...
I have been very busy recently and have not had time to share new maintenance experiences and methods with you on the forum. Today, I finally took some time out of my busy schedule to visit the forum ...
[p=30, null, left][font=宋体][font=Verdana][size=4][color=#000000][b]In the design of optical transmitter module, using laser driver to drive high-speed laser diode to emit light is the core of the whol...