Part Number: CCSTUDIO-SITARA
Other Parts Discussed in Thread: AM5749
Found a minor (documentation comment) bug. Couldn't check it in.
After commenting out the wrong biosTaskCreate(...task..) in the template project I notice that the comment for i2s was copy pasted from the spi task start w/o edit.
..occurs in*/*/*/template_app/rtos/app.c
- /* Create task to test spi interface */
+ /* Create task to test i2c interface */
biosTaskCreate(i2c_eeprom_read_and_display_task,
"i2c_eeprom_read_and_display_task",
7, 4096);bugFixCommentInRtosTemplateApp.rtf
I made a branch for it but was unable to check in. Assuming it's permissions, but not sure what return code 22 means.
Attached, see if you agree. V/R -QC
.