Part Number: AM4378 Other Parts Discussed in Thread: TMDSIDK437X
Hello Experts,
Our customer wants to use the TI AM4378 microprocessor, and interface 1 Gigabit Ethernet with it. He have gone through the TMDSIDK437X evaluation board for the same processor…
Part Number: TMDSIDK437X Other Parts Discussed in Thread: PRU-SWPKG
Hi
Im using the TMDSIDK437x to experiement the features of PRU core. Now, I tried the Lab5 experiment from "PRU Hands-on Labs", but no message from PRU core, below are the steps.…
Part Number: TMDSIDK437X Initial conditions:
Windows 10 (x64) SDK: ti-processor-sdk-rtos-am437x-evm-06.03.00.106-Windows-x86-Install Board: idkAM437x CCSv10 (Version: 10.2.0.00009) The task is to build a project NIMU_BasicExample_idkAM437x_armExampleproject…
Part Number: TMDSIDK437X Hi everyone,
I am trying to build adc_test project for idk AM437x evaluation board from C:\ti\pdk_am437x_1_0_17\packages\ti\starterware\examples\adc
I was trying to gmake the project; however, it only generates binary files…
Part Number: TMDSIDK437X Other Parts Discussed in Thread: AM4379 Hi there,
I am working with TMDSIDK437X (AM437x) for flashing purposes.
I have three evaluation boards with spec number as:
1. AM4379BZDNAI00 - 81CGQ9W
2. AM4379BZDNAI00 - 81CGQ9W…
Part Number: TMDSIDK437X Other Parts Discussed in Thread: SYSCONFIG Hello,
I am working on BSP for IDK4376.
is the below uart1 padding configuration for idk4376 board is ok?
uart1_pads: uart1pads { pin-set = < 0x980 0x13070000 /* PIN_UART1_RXD …
Part Number: TMDSIDK437X
Hi Team,
I am trying to re-start an application that is already on the DDR.
looking at the SBL code , it seems that after the DDR copy , the SBL simply jumps to the entry point (Address is 0x8000 0000)
If I just have…
Part Number: TMDSIDK437X Other Parts Discussed in Thread: AM4376 hello,
I am working on AM4376 board.
Is there any UBOOT either binary or source code available for IDK4376 board?
regards,
Vrund
Part Number: TMDSIDK437X Hello,
I am using IDKAM4376 board.
i am able to boot the board.
1) How to check uart from console?
2) what are important command that i can use?
3) How would i add UART1 driver to dts file?and how to test that?
Regards…
Hi Team,
I am looking at the address where .cint_00 resides.
in the cfg I found Program.sectMap[".c_int00"].loadAddress = 0x80000000;
in the map file , indeed cfg is at that address
when I edit the cfg file and change the address , and re-build…