|
7 | 7 | \attention 2. There is a known issue of PMIC Watchdog resetting the SOC every 10 mins in CCS Gel flow. This has been fixed in SBL flow by disabling PMIC Watchdog using I2C interface. Use Flash SBL NULL if CCS Debug is needed or Add the same logic for PMIC Watchdog disable in application if CCS debug using Gel flow is mandatory.
|
8 | 8 |
|
9 | 9 | \attention 3. DFU Utils tool is not supported on Mac systems due to a build issue.
|
| 10 | + |
10 | 11 | \attention 4. Uniflash 9.1.0 does not support out of the box flashing of AM261x-LP E2 binaries. As a workaround, use Uniflash's custom flasher feature mentioned here \ref CUSTOM_FLASH. Out of box flashing support for E2 board will be available in the next Uniflash release.
|
11 | 12 |
|
12 | 13 | \attention 4. The default Stack size is 16KB and Heap size 32 KB for SDK examples. This can be adjusted as per application requirement through Memory Configurator in SysCfg or by updating Linker script in case of standalone applications.
|
|
15 | 16 |
|
16 | 17 | \attention 6. There is a known issue that OSPI pins in SysCfg GUI are getting reset automatically during any module change. The workaround is that OSPI Pins should be locked after proper configuration according to the board Pinout.
|
17 | 18 |
|
| 19 | +\attention 7. The default SysCfg linked to CCS is an older version and needs to updated to the SDK supported version mentioned below. Please follow steps mentioned in \ref CCS_PACKAGE_CHECK. |
| 20 | + |
18 | 21 | \note The examples will show usage of SW modules and APIs on a specific CPU instance and OS combination. \n
|
19 | 22 | Unless explicitly noted otherwise, the SW modules would work in both FreeRTOS and no-RTOS environment. \n
|
20 | 23 | Unless explicitly noted otherwise, the SW modules would work on any of the R5F's present on the SOC. \n
|
@@ -48,7 +51,7 @@ AM261x | R5F | AM261x SOM Rev E1 (referred to as am261x-som
|
48 | 51 | Tools | Supported CPUs | Version
|
49 | 52 | ------------------------|----------------|-----------------------
|
50 | 53 | Code Composer Studio | R5F | 12.8.1
|
51 |
| -SysConfig | R5F | 1.22.0 build, build 3893 |
| 54 | +SysConfig | R5F | 1.23.0 build, build 4000 |
52 | 55 | TI ARM CLANG | R5F | 4.0.1.LTS
|
53 | 56 | FreeRTOS Kernel | R5F | 11.1.0
|
54 | 57 | LwIP | R5F | STABLE-2_2_0_RELEASE
|
|
0 commit comments