Part Number: LP-MSPM0G3507 Other Parts Discussed in Thread: SYSCONFIG Tool/software: Hi support,
I am new to TI controller. I need to know how to write nibble DOUT3_0 all together. I dint found any function in DL_GPIO.h file. I tried to write my own…
Part Number: LP-MSPM0G3507 Other Parts Discussed in Thread: MSPM0G3507 Tool/software: Hello,
I would like to know what configurations are needed to perform square root, for example the square root of the number 9
MATHACL->CTL = MATHACL_CTL_FUNC_SQRT…
Part Number: LP-MSPM0G3507 Other Parts Discussed in Thread: CCSTUDIO , MSPM0G3507 Tool/software: Hi folks,
I've just tried installing CCS standalone on both Windows 10 as well as Linux. On both installations, when I attempt to browse the "out_of_box…
Part Number: LP-MSPM0G3507 Tool/software: Hello
Here is the sequence of Sampled output mode
1. In run/active mode, do all the necessary COMP configurations (DAC8 in sampled mode, COMP in ULP mode, etc.)
2. Set power policy to standby0 (DL_SYSCTL_setPowerPolicySTANDBY0…
Part Number: LP-MSPM0G3507 Other Parts Discussed in Thread: MSPM0G3507 , Tool/software: Hi,
I need some help on LP-MSPM0G3507 board. I want to interact with the ROM BSL in the MSPM0. I have flashed the bsl_software_invoke_app_demo_i2c_LP_MSPM0G3507_nortos_clang…
Part Number: LP-MSPM0G3507 Tool/software: Hello
I'm test uart send or receive with LP-MSPM0G3507. but, I can't found uart function about data array.
gps_data = DL_UART_Main_receiveData(UART0_INST); DL_UART_Main_transmitData(UART1_INST, gps_data…
Part Number: LP-MSPM0G3507 Tool/software: Hello,
I am using TIMG7 in input capture mode. I want to reset TIMG7 upon detecting a rising edge. I tried disabling and re-enabling TIMG7, but it did not work. Is there a way to reset the timer counter to zero…
Part Number: LP-MSPM0G3507 Other Parts Discussed in Thread: SYSCONFIG Tool/software: Hello,
I am using GPIOs to connect to a switch. But the status when the pin is floating is different for different GPIOs.
I don't see there is an option for the GPIOS…
Yes, there is an issue.
Kai Büchler said: I did a test measurement and noticed that the actual sampling rate is not as given by CSS Theia, but higher matching exactly the value given when ULPCLK is used.
Part Number: LP-MSPM0G3507 Other Parts Discussed in Thread: MSPM0G3507 , DRV8329 Tool/software: Hello team,
I am planning to control a sensorless FOC motor using the MSPM0G3507, and I am currently building the basic knowledge needed for this application…