[EXT_EP-11249] Redeclaration of types in Mcu.h and Mcu_Cfg.h Created: 20/Jul/23 Updated: 20/Jul/23 Resolved: 20/Jul/23 |
|
| Status: | Fixed |
| Project: | Embedded Software & Tools |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Urgent |
| Reporter: | TI User | Assignee: | TI User |
| Resolution: | Fixed | Votes: | 0 |
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Product: | MCAL |
| Internal ID: | MCAL-9503 |
| Forum URL: | https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1193753/mcu_clockconfigtype-mcu_clockconfigptrtype-and-mcu_configtype-redeclared-twice-in-mcu-h-and-also-in-mcu_cfg-h |
| Found In Release: | MCUSW_J7_02.00.00 |
| Fix In Release: | MCUSW_J7_09.00.00 |
| Affected Platform/Device: | j7200-evm j721e-evm |
| Description |
|
Hello, Re declaration of Mcu_ClockConfigType,Mcu_ClockConfigPtrType and Mcu_ConfigType is found in Mcu.h and Mcu_Cfg.h (generated from "MCUSW_02_00_00_06_CONFIG" configurator ). As part of 8.5 SDK , Mcu_ClockConfigType,Mcu_ClockConfigPtrType and Mcu_ConfigType declarations are only found in Mcu.h but not in Mcu_Cfg.h(default) .Whereas if we generate Mcu_Cfg.h file from "MCUSW_02_00_00_06_CONFIG" configurator then we can see Mcu_ClockConfigType,Mcu_ClockConfigPtrType and Mcu_ConfigType declarations in Mcu_Cfg.h file as well and this causes compilation error. Regards |