Activity
From 09/02/2024 to 10/01/2024
09/25/2024
- AK 04:35 AM Software Development: RE: Hello World on DSP
- Hello Jonathan,
Thank you for the reply.
> I was under the impression that I need to make the device tree entry also.
> ...
The path for uart example app - sdk_rtos/pdk_am57xx_1_0_17/packages/MyExampleProjects/UART_BasicExample_idkAM5...
09/16/2024
- JC 03:30 PM Software Development: RE: Hello World on DSP
- Arun Krishnan wrote in message#6742:
> Hello Jonathan,
> ...
Can you share the path to the uart example app?
> I my doubts are listed below
> ...
The pinmux should be set up by u-boot, there should be no need to touch the pinmux in t...
09/12/2024
- AK 05:11 AM Software Development: RE: Hello World on DSP
- Hello John,
Sorry for the delayed response. I have posted a similar question on E2E regarding the memory mapping on boards other than TI's idk, they have advised to take the support from the board manufacturer. I will again submit a q...
09/05/2024
- JP 06:48 PM Software Development: RE: Hello World on DSP
- Arun,
We don't have first-hand experience with this particular demo. We can look into it but it will take some time. In the meantime, you might want to submit an E2E question. There could be someone at TI who does have first-hand expe...
09/04/2024
- AK 05:43 PM Software Development: RE: Hello World on DSP
- Hello Jonathan,
Thank you for the reply.
I was under the impression that I need to make the device tree entry also.
So, I will have a look at the uart example app the baud rate and clock settings.
I my doubts are listed below
1. F... - JC 05:24 PM Software Development: RE: Hello World on DSP
- If the DSP is going to be controlling the UART, then UART5 will need to be disabled in the kernels device tree. Otherwise the ARM and DSP may both try to control the same hardware.
I will look into the UART example. I would have expe... - Hi,
I want to run a hello world application on DSP and I want to load/run this from the arm core.
I am using the AM57F devkit and want to use the pins UART5_TXD and UART5_RXD pins that are available as GPIOs in J11 (T9 and R6 pins)...