-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CM1003][MA35D0][MA35H0] Release V1.32.0001
- Loading branch information
CMWU
authored and
CMWU
committed
Jul 12, 2024
1 parent
254568a
commit 8c84869
Showing
8 changed files
with
176 additions
and
13 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file renamed
BIN
+368 KB
...anual/RH_NuTool-PinConfigure_EN_V1.31.pdf → ...anual/RH_NuTool-PinConfigure_EN_V1.32.pdf
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,141 @@ | ||
// chip content | ||
NUTOOL_PIN.g_cfg_chips = [ | ||
{ name: "CM1003BF2AE", pkg: "TSSOP20" }, | ||
{ name: "CM1003BF3AE", pkg: "QFN20" }, | ||
{ name: "CM1003CF2AE", pkg: "TSSOP20" }, | ||
{ name: "CM1003CF3AE", pkg: "QFN20" }, | ||
]; | ||
|
||
NUTOOL_PIN.g_cfg_pkgs = { | ||
"QFN20": [ | ||
'P0.7', 'P1.7', 'VSS', 'P1.6', 'VDD', | ||
'P1.5', 'P1.0', 'P1.1', 'P1.2', 'P1.4', | ||
'P1.3', 'P0.0', 'P0.1', 'P0.2', 'P0.3', | ||
'P0.4', 'P3.0', 'P2.0', 'P0.6', 'P0.5' | ||
], | ||
"TSSOP20": [ | ||
'P0.5', 'P0.6', 'P0.7', 'P2.0', 'P3.0', | ||
'P1.7', 'VSS', 'P1.6', 'VDD', 'P1.5', | ||
'P1.4', 'P1.3', 'P1.2', 'P1.1', 'P1.0', | ||
'P0.0', 'P0.1', 'P0.2', 'P0.3', 'P0.4' | ||
] | ||
}; | ||
|
||
NUTOOL_PIN.g_cfg_OrCAD = {}; | ||
|
||
NUTOOL_PIN.g_cfg_gpios = [ | ||
{ f: ['P0.0:0', 'PWM0_CH3:1', 'SPI0_MOSI:2', 'IC3:3', 'T1:5']}, | ||
{ f: ['P0.1:0', 'PWM0_CH4:1', 'SPI0_MISO:2', 'IC4:3']}, | ||
{ f: ['P0.2:0', 'ICE_CLK:1', 'I2C0_SCL:3', 'UART1_RXD:4']}, | ||
{ f: ['P0.3:0', 'ADC_CH6:1', 'IC5:3', 'PWM0_CH5:4']}, | ||
{ f: ['P0.4:0', 'ADC_CH5:1', 'IC3:3', 'PWM0_CH3:4', 'STADC:5']}, | ||
{ f: ['P0.5:0', 'ADC_CH4:1', 'IC6:3', 'PWM0_CH2:4', 'T0:5']}, | ||
{ f: ['P0.6:0', 'ADC_CH3:1', 'UART0_TXD:2']}, | ||
{ f: ['P0.7:0', 'ADC_CH2:1', 'UART0_RXD:2']}, | ||
|
||
{ f: ['P1.0:0', 'PWM0_CH2:1', 'SPI0_CLK:2', 'IC2:3']}, | ||
{ f: ['P1.1:0', 'ADC_CH7:1', 'CLKO:2', 'IC1:3', 'PWM0_CH1:4']}, | ||
{ f: ['P1.2:0', 'PWM0_CH0:1', 'IC0:3']}, | ||
{ f: ['P1.3:0', 'STADC:1', 'I2C0_SCL:2']}, | ||
{ f: ['P1.4:0', 'PWM0_CH1:1', 'I2C0_SDA:2', 'PWM0_BRAKE:3']}, | ||
{ f: ['P1.5:0', 'PWM0_CH5:1', 'SPI0_SS:2', 'IC7:3']}, | ||
{ f: ['P1.6:0', 'ICE_DAT:1', 'I2C0_SDA:3', 'UART1_TXD:4']}, | ||
{ f: ['P1.7:0', 'ADC_CH0:1', 'INT1:3']}, | ||
|
||
{ f: ['P2.0:0', 'nRESET:1']}, | ||
{ f: ['P2.1:0']}, | ||
{ f: ['P2.2:0']}, | ||
{ f: ['P2.3:0']}, | ||
{ f: ['P2.4:0']}, | ||
{ f: ['P2.5:0']}, | ||
{ f: ['P2.6:0']}, | ||
{ f: ['P2.7:0']}, | ||
|
||
{ f: ['P3.0:0', 'ADC_CH1:1', 'OSCIN:2', 'INT0:3']}, | ||
{ f: ['P3.1:0']}, | ||
{ f: ['P3.2:0']}, | ||
{ f: ['P3.3:0']}, | ||
{ f: ['P3.4:0']}, | ||
{ f: ['P3.5:0']}, | ||
{ f: ['P3.6:0']}, | ||
{ f: ['P3.7:0']} | ||
]; | ||
|
||
// MB20 LCWang0: MS51 no need to generate code | ||
NUTOOL_PIN.g_cfg_gpiosDefines = [ | ||
]; | ||
|
||
NUTOOL_PIN.g_cfg_gpiosDescriptions = [ | ||
'ADC_CH0:ADC input channel 0', | ||
'ADC_CH1:ADC input channel 1', | ||
'ADC_CH2:ADC input channel 2', | ||
'ADC_CH3:ADC input channel 3', | ||
'ADC_CH4:ADC input channel 4', | ||
'ADC_CH5:ADC input channel 5', | ||
'ADC_CH6:ADC input channel 6', | ||
'ADC_CH7:ADC input channel 7', | ||
'CLKO:System clock output', | ||
'I2C0_SCL:I2C clock', | ||
'I2C0_SDA:I2C data', | ||
'IC0:Input capture channel 0', | ||
'IC1:Input capture channel 1', | ||
'IC2:Input capture channel 2', | ||
'IC3:Input capture channel 3', | ||
'IC4:Input capture channel 4', | ||
'IC5:Input capture channel 5', | ||
'IC6:Input capture channel 6', | ||
'IC7:Input capture channel 7', | ||
'ICE_CLK:ICP / OCD clock input', | ||
'ICE_DAT:ICP / OCD data input or output', | ||
'INT0:External interrupt 0 input', | ||
'INT1:External interrupt 1 input', | ||
'nRESET:nRESET pin', | ||
'OSCIN:Xin is the external clock input pin', | ||
'PWM0_BRAKE:Fault Brake input', | ||
'PWM0_CH0:PWM0 output channel 0', | ||
'PWM0_CH1:PWM0 output channel 1', | ||
'PWM0_CH2:PWM0 output channel 2', | ||
'PWM0_CH3:PWM0 output channel 3', | ||
'PWM0_CH4:PWM0 output channel 4', | ||
'PWM0_CH5:PWM0 output channel 5', | ||
'SPI0_CLK:SPI clock', | ||
'SPI0_MISO:SPI master input/slave output', | ||
'SPI0_MOSI:SPI master output/slave input', | ||
'SPI0_SS:SPI slave select input', | ||
'STADC:External start ADC trigger', | ||
'T0:External count input to Timer/Counter 0 or its toggle output', | ||
'T1:External count input to Timer/Counter 1 or its toggle output', | ||
'UART0_RXD:Serial port 0 receive input', | ||
'UART0_TXD:Serial port 0 transmit data output', | ||
'UART1_RXD:Serial port 1 receive input', | ||
'UART1_TXD:Serial port 1 transmit data output' | ||
]; | ||
|
||
NUTOOL_PIN.g_cfg_regDescriptions = {}; | ||
NUTOOL_PIN.g_cfg_regDescriptions.P0MF76543210 = 'This register is nonexistent'; | ||
NUTOOL_PIN.g_cfg_regDescriptions.P1MF76543210 = 'This register is nonexistent'; | ||
NUTOOL_PIN.g_cfg_regDescriptions.P2MF76543210 = 'This register is nonexistent'; | ||
NUTOOL_PIN.g_cfg_regDescriptions.P3MF76543210 = 'This register is nonexistent'; | ||
|
||
NUTOOL_PIN.g_cfg_gpioMatrix = []; | ||
NUTOOL_PIN.g_cfg_shareBits = []; | ||
NUTOOL_PIN.g_cfg_addGPIO = {}; | ||
NUTOOL_PIN.g_cfg_unusedGPIO = {}; | ||
NUTOOL_PIN.g_cfg_WPPin = []; | ||
|
||
NUTOOL_PIN.decidepackageNumber = function (given_partNumber_package) { | ||
var partNumber_package; | ||
|
||
if (typeof given_partNumber_package === 'undefined') { | ||
partNumber_package = NUTOOL_PIN.getg_partNumber_package(); | ||
} | ||
else { | ||
partNumber_package = given_partNumber_package; | ||
} | ||
|
||
NUTOOL_PIN.g_packageNumber = partNumber_package.substring(partNumber_package.indexOf('(') + 1); | ||
NUTOOL_PIN.g_packageNumber = NUTOOL_PIN.g_packageNumber.substring(0, NUTOOL_PIN.g_packageNumber.lastIndexOf(')')); | ||
NUTOOL_PIN.g_packageNumberIndex = NUTOOL_PIN.g_packageNumber; | ||
|
||
partNumber_package = null; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.