Part Number: MSPM0G3519 Other Parts Discussed in Thread: MSPM0G3507 Tool/software: Hello colleagues,
does MSPM0G3519 has h/w level flash memory wear leveling capability? Any s/w library? thank you
Part Number: MSPM0G3519 Tool/software: Dear,
I have the following *.map file of my project MSPM0G3519.
As far as I see this is all good and all sections are within flash, ram ... etc...
***************************************************************…
Part Number: LP-MSPM0G3519 Other Parts Discussed in Thread: MSPM0G3519 , SYSCONFIG Tool/software: What is the maximum possible PWM frequency can be generated, and max frequency can be capture using MSPM0G3519 controller?
Part Number: MSPM0G3519 Tool/software: Hi,
Is General-Purpose Memory Controller (GPMC) interface supported in any of the MSPM0x Series Microcontollers ..?
Regards
Abhishek
Part Number: MSPM0G3507 Other Parts Discussed in Thread: MSPM0G3519 Tool/software: i2c_target_rw_multibyte_fifo_interrupts_LP_MSPM0G3519_nortos_ticlang.rar
I am currently debugging IIC communication through the launchpad. Sending data through IIC0 and…
Hi Shivaraj,
You should be able to read those RX data via below code:
if ((gInterruptLine1Status & MCAN_IR_RF0N_MASK) == MCAN_IR_RF0N_MASK)
{
rxFS.num = DL_MCAN_RX_FIFO_NUM_0;
while ((rxFS.fillLvl) == 0)
…
Part Number: MSPM0G3519 Tool/software: Dear TI Team,
Our team is using the MSPM0G3519 MCU for the first time, along with the TCAN1044AVDDFRQ1 CAN transceiver. During testing of the CAN transceiver's TSD (Thermal Shutdown) feature by applying external…
Part Number: LP-MSPM0G3519 Other Parts Discussed in Thread: SYSCONFIG Tool/software: Dear TI Support Team, I am writing to inquire about the behavior of the ADC module on the LP-MSPM0G3519 using TI's AUTOSAR 4.3.1-based source code package, version 1…