Part Number: AM2612
Hi experts, I see that the AM26x devices support Inter-Processor Communication between multiple R5F cores and include a mechanism to maintain shared memory across cores. What is recommended for my multi-core applications? When do…
Part Number: MSPM33C321A
Per ARM architecture, VTOR must be aligned to:
Alignment = Power of 2 ≥ (Number of vectors × 4)
For MSPM33C321A:
- ICTR register = 1 → Hardware supports 53 external IRQs (IRQ0- 52 )
- Total vectors = 16 (system exceptions…
Part Number: MSPM0-SDK
This thread is used to update the software or hardware update for application note of Low cost AC motor control solution based on MSPM0 and Triac.
5466.Resource_HW&FW.zip
Part Number: F29H850TU Other Parts Discussed in Thread: SYSCONFIG
Is there any document explaining CAN module configuration parameters and how to configure these parameters in Sysconfig tool?
Part Number: MSPM0G3507
Use function of DL_Interrupt_registerInterrupt to define all the interrupts that used.(This function will copy the vector table into SRAM then modify the interrupt offset address and modify the interrupt ISR entry address as…
Part Number: MSPM0G3507
Use function of DL_Interrupt_registerInterrupt to define all the interrupts that used.(This function will copy the vectory table into SRAM and modify the interrupt ISR entry address as needed)
Example:
DL_Interrupt_registerInterrupt…
Part Number: MSPM0G3519
This E2E thread contains reference application codes for the Application Note titled- Advanced Timer Techniques in MSPM0.
Advanced Timer (TIMA) peripherals in MSPM0 Devices are designed to meet the demands of modern embedded…
Part Number: AM2634 Other Parts Discussed in Thread: SYSCONFIG
In this FAQ, I explain an approach to transmit a large amount of data from an AM263x SPI slave device while keeping the chip select (CS) deassertion time to a minimum.
Part Number: AM263P4 Other Parts Discussed in Thread: SYSCONFIG
What is the meaning of I2C Own Target address in the syscfg file below. Is this related to the I2C controller or the I2C transmitter? What are the valid values it can take?
Part Number: AM2634-Q1
LWIP enabled devices can get IP address from DHCP server based on host name. To enable this feature on LWIP stack, certain configuration needs to be done.
- Let us pick the enet_cpsw_tcpserver example to enable this feature…