Texas Instruments (TI) Microcontrollers support forum is an extensive online knowledge base where millions of technical questions and solutions are available 24/7. You can search for content on other microcontrollers or ask technical support questions on the extensive portfolio of microcontrollers. Find the right solution for your circuit design challenges by using our TI E2E™ support forums that are supported by thousands of contributing TI experts.
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: 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…
Part Number: AM263P4
Ethernet packets can be blocked or forwarded based on their packet addresses. Unicast address is a specific type of address that is intended for one to one communication.
ALE in CPSW susbystem can be configured to drop packets…
Part Number: AM2634-Q1 Other Parts Discussed in Thread: SYSCONFIG , UNIFLASH
This FAQ highlights how you make a datastructure to be stored in flash in AM263 microcontroller.
Typically we can do this in AM263Px and AM261x microcontroller where XIP…