Activity
From 06/04/2024 to 07/03/2024
06/25/2024
- JP 04:33 PM Software Development: RE: Clock, Timer and Power Idle
- Please note that the wiki page "Memory_Overview":https://support.criticallink.com/redmine/projects/mitysom_am57x/wiki/Memory_Overview does have a link to "Customizing Multicore Applications":https://www.ti.com/lit/an/sprac60/sprac60.pdf ...
06/10/2024
- AK 11:40 AM Software Development: RE: Clock, Timer and Power Idle
- Arun Krishnan wrote in message#6643:
> Solved the error by adding botton lines to to the ipc.cfg
> ...
This was not mentioned in the wiki page - AK 11:39 AM Software Development: RE: Clock, Timer and Power Idle
- Solved the error by adding botton lines to to the ipc.cfg
var Resource = xdc.useModule('ti.ipc.remoteproc.Resource');
Resource.customTable = true;
- AK 10:51 AM Software Development: RE: Clock, Timer and Power Idle
- When I try to build the application, I am getting the error "error #10056: symbol "ti_ipc_remoteproc_ResourceTable" redefined: first defined in "./rsc_table_vayu_dsp.obj"; redefined in "/home/xxx/workspace_v10/rtos_template_app_am572x_c6...
06/04/2024
- SW 05:17 PM Software Development: RE: Clock, Timer and Power Idle
- Thanks for the all the info John. I posted to e2e also hoping TI could provide some more info on how dmtimer and clock modules work. Probably a tutorial somewhere on there. Seems like plenty of reference material but light on user manua...
- JP 02:04 PM Software Development: RE: Clock, Timer and Power Idle
- For the benefit of others, Stanley has also posted this question to an E2E forum at https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1369167/am5728-clock-timer-and-power-idle-questions.
> 1. Why the DRA7XX an...