Tool/software:
I'm trying to find answers to the following questions about all signal ( digital and analog ) pins and could not find that specific information in the datasheet.
- Does every pin have a diode to it's respective power…
Tool/software:
I'm trying to find answers to the following questions about all signal ( digital and analog ) pins and could not find that specific information in the datasheet.
Tool/software:
Hello,
based on informations from https://software-dl.ti.com/mcu-plus-sdk/esd/AM243X/10_01_00_32/exports/docs/api_guide_am243x/BOOTFLOW_GUIDE.html
and https://software-dl.ti.com/mcu-plus-sdk/esd/AM263X/latest/exports/docs…
Tool/software:
Hello,
we are using the AM2434 chip. To save memory, we have three R5F cores running the same function. We hope to build only one instance of the function and have all three cores call it together.
The setup is as follows…
Tool/software:
Hi,
I'm using CCS 20.0.2. I am able to generate app image. But unable to generate the HS_FS file in AM2434 LP. Is there any settings or methods to generate the hs_fs file?
Tool/software:
Hi, ti engineers,
Source: In all pcie demo, for example, mcu_plus_sdk_am243x_10_00_00_20\examples\drivers\pcie\pcie_buf_transfer\pcie_buf_transfer_ep.
Question 1. The pcie hardware port Settings (pins) are not found. Not found in any demo…
Tool/software:
Dear all
I am exploring options to connect three external 1GB Ethernet networks. My goal is to use one network at a time, while the other two remain connected to an Ethernet switch.
Could you please advise if this setup…
Tool/software:
Hi Ti,
I am currently working with AM2434 controller for industrial protocol application development such as Ethernet IP, Ethercat, Profinet.
I need to know whether TI can suggest me tools that are available to test…
Tool/software:
Hi there,
I am measuring sync0 and sync1 signals on J73 and J7.5 on AM243-LP board.
Sync0 cycle time appears to be 250 us on oscilloscope - this matches my expectation.
Sync1 cycle time appears to be 2 times the cycle…
Tool/software:
Hello.
I'm looking at the example ecc_example_am243x-evm_r5fss0-0_nortos_ti-arm-clang
Specifically this code:
result = SDL_ECC_initMemory(SDL_ECC_AGGR1, SDL_ECC_AGGR1_IAM64_MAIN_INFRA_CBASS_CBASS_MAIN_0_AM64_MAIN_INFRA_CBASS_CBASS_IK3VTM_N16FFC_MAIN_0_VBUSP_P2P_BRIDGE_IK3VTM_N16FFC_MAIN_0_VBUSP_BRIDGE_BUSECC_RAM_ID…
Tool/software:
Hi there,
regarding AM243, I wish to know where is _c_int00 defined. I wish to set certain pattern to stack and heap during boot.
Best regards,
Jinlong
Tool/software:
Hello,
I am using the Tiny-USB driver from ind_comms_sdk_am243x_09_02_00_15 in my FreeRTOS project (based on the SDK example with three tasks) .
When I run in Release mode, I get the following message on CCS (after sending…
Tool/software:
Hi Team,
I am not able to find the below details from the datasheet.
1) max boot up time for the SOC from UART and OSPI mode separately ? We need this value to configure the Boot mode pins to configure for the PWM…
Tool/software:
Hi there,
what is the unit of the argument in OSAL_SCHED_sleep()?
Any possibility to get the implementation code of this function?
Best regards,
Jinlong
Tool/software:
I have attempted enabling FPU traps using this code:
vmrs r0, fpscr
movw r1, #0x9F00
movt r1, #0x03C0
bic r0, r0, r1
movw r1, #0x0700
movt r1, #0x0100
orr r0, r0, r1
vmsr fpscr, r0
However, the value of FPSCR does not change…
Tool/software:
Hi Team,
Is there no software interrupt for the AM2434? I checked the interrupt map in the TRM for the R5F0-0 core but could not find.
Can IPC Notify be used similarly to a software interrupt?
Best regards,
Mari