Part Number: TMDSIDK437X Hello,
I have sign NDA and i have secdev package.
I can see AM437x_secure_boot_overview_training
but i can not hear that.
Can you provide any help?
Regards, Vrund
Part Number: TMDSIDK437X Hey there,
I have two separate projects:
Project 1) using TI-RTOS that is set-up to test UART functionality. This project has 2 tasks for UART_RX and UART_TX and uses a Read callback and Clock timer interrupt to echo back…
Part Number: TMDSIDK437X Other Parts Discussed in Thread: AM4372 Hello,
I am working on TI IDK4376 board.
I am testing UARt1.
I am using Vxworks oS.
I am able to write to the UART1.
But as soon as i send single char from PC utility to UArt1…
Part Number: TMDSIDK437X Other Parts Discussed in Thread: UNIFLASH , AM4379 Hi everyone,
I am trying to flash my AM437x Industrial EVM through XDS100V2 USB to QSPI.
Software and tools are used:
- CCS Ver 11.2
- uniflash_8.0.0
- Command line…
Part Number: TMDSIDK437X
Hello,
I am trying to test UART on IDK437x board.
I have created UART_BasicExample_idkAM437x_armTestProject.
And as per the it UART0 is working fine.
UART0:
RX: K25
TX: J24
Now I want to test UART1.
AM437X_PROFI_TXD…
Part Number: TMDSIDK437X Hello.
For example let's take project NIMU_BasicExample_idkAM437x_armExampleproject. I want use standard library function ecvt() of stdlib.h. But this is not possible, since these functions are for some reason inactive. You…
Part Number: TMDSIDK437X Following the getting started guide( https://software-dl.ti.com/processor-sdk-linux/esd/docs/07_03_00_005/linux/Overview/Top_Level_Makefile.html ) on building the sdk i ran in to the following error when trying to run make
…
Part Number: TMDSIDK437X Hello.
Could you tell me what are the standard methods of GNU for checking data types have? For example: I receive UDP packet and i unknow what data is?
i = (int)recvncfrom( s, (void **)&pBuf, 0,(struct sockaddr *)&sin1, &tmp…
Part Number: TMDSIDK437X Hello.
This is an example project NIMU_ICSS_BasicExample_idkAM437x_wSoCLib_armExample.
Packets with a total length of 536 bytes are sent to the device without service information. With service information 578bytes. There…