2008f4d88c
1. Name change from chopper to carrier, block diagram update, minor changes to example codes 2. mcpwm_reg.h changed, brought uniformity in comments, worked on suggestions, duty to accept float. Some name changes! 3. Minor readme changes and Indetation 4. Minor change: move mcpwm_reg.h and mcpwm_struct.h to new path 5. Minor change: addition of BLDC example code and Readme 6. Name changed from epwm to mcpwm 7. Improve the reg name in mcpwm_struct.h 8. Name change chopper>carrier, deadband>deadtime
24 lines
767 B
Text
24 lines
767 B
Text
PROVIDE ( UART0 = 0x3ff40000 );
|
|
PROVIDE ( SPI1 = 0x3ff42000 );
|
|
PROVIDE ( SPI0 = 0x3ff43000 );
|
|
PROVIDE ( GPIO = 0x3ff44000 );
|
|
PROVIDE ( SIGMADELTA = 0x3ff44f00 );
|
|
PROVIDE ( UHCI1 = 0x3ff4C000 );
|
|
PROVIDE ( I2S0 = 0x3ff4F000 );
|
|
PROVIDE ( UART1 = 0x3ff50000 );
|
|
PROVIDE ( I2C0 = 0x3ff53000 );
|
|
PROVIDE ( UHCI0 = 0x3ff54000 );
|
|
PROVIDE ( RMT = 0x3ff56000 );
|
|
PROVIDE ( RMTMEM = 0x3ff56800 );
|
|
PROVIDE ( PCNT = 0x3ff57000 );
|
|
PROVIDE ( LEDC = 0x3ff59000 );
|
|
PROVIDE ( MCPWM0 = 0x3ff5E000 );
|
|
PROVIDE ( TIMERG0 = 0x3ff5F000 );
|
|
PROVIDE ( TIMERG1 = 0x3ff60000 );
|
|
PROVIDE ( SPI2 = 0x3ff64000 );
|
|
PROVIDE ( SPI3 = 0x3ff65000 );
|
|
PROVIDE ( I2C1 = 0x3ff67000 );
|
|
PROVIDE ( MCPWM1 = 0x3ff6C000 );
|
|
PROVIDE ( I2S1 = 0x3ff6D000 );
|
|
PROVIDE ( UART2 = 0x3ff6E000 );
|
|
PROVIDE ( SDMMC = 0x3ff68000 );
|