Activity
From 08/06/2024 to 09/04/2024
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)...