Forum Post: RE: CCS/MSP432P401R: How to program code for display dirver by...
Hi, Kenneth! Thanks for you to reply the question immediately! So, if I want to use MSP432P401R and TLC5957 to create a display. What you mean is that the brightness control code of code composer...
View ArticleForum Post: RE: MSP430FR6989: MSP430FR6989 BSL invocation with FT232R
Perfect! I will took a look. Thank you so much.
View ArticleForum Post: RE: TMS320F28377D: Which ISA (instruction set architecture) is...
The C2000 has a proprietary ISA. Current devices are based on the TMS320C28x CPU, details of which you can find here: Regards, Richard
View ArticleForum Post: RE: TMS320F280049 Software Force EPWMA and B to 0 force bottom to...
What I would suggest is use the TZ module, set all PWM outputs to (HIGH or LOW or HIGH Impedance based on what you actually want). Select ONE SHOT MODE, so it doesnt automatically restart on the next...
View ArticleForum Post: RE: CCS/TMS320F28379D: [FAQ] TMS320F28379D: How can I generate an...
I'm guessing the issue has been solved. However here is one way you can get interrupts on both CMPA and CMPB matches. 1. Use another ePWM module which is unused in the system 2. Set up the interrupts...
View ArticleForum Post: CCS/TM4C129ENCPDT: CCSv8 Resource Explorer TI-RTOS TivaC...
Part Number: TM4C129ENCPDT Tool/software: Code Composer Studio In CCSv8, example projects for tirtos_tivac_2_16_01_14 don't show up; only example projects for the older tirtos_tivac_2_16_00_08 are...
View ArticleForum Post: RE: CCS/TMS320F28027F: GPIO Toggle program
I followed all the step in the Lab 4, www.youtube.com/watch?v=lYcB1O3FpOo Just add this lines to see the GPIO3 toggle. EALLOW; GpioCtrlRegs.GPAMUX1.all = 0x00000000; // All GPIO...
View ArticleForum Post: RE: MSP432E401Y: Can Ethernet LED0 be assigned to GPIO pins...
Long, No, as stated in the datasheet, EN0LED0 can only be muxed to either Pin42 or Pin63. BR, Seong
View ArticleForum Post: TM4C1294NCPDT: I2C in slave mode
Part Number: TM4C1294NCPDT Hello, I have a question regarding the I2C configuration in slave mode. Once the master triggered the START condition we get I2C_SLAVE_INT_START, right ? Once the master...
View ArticleForum Post: CCS/LAUNCHXL-F28379D: Speed difference with RAM or flash execution
Part Number: LAUNCHXL-F28379D Tool/software: Code Composer Studio Hello all, i try to debug an apllication and experienced a difference in speed when i load the program to flash or RAM. My process is...
View ArticleForum Post: LAUNCHXL-F28379D: Loading and running a program away from a PC
Part Number: LAUNCHXL-F28379D Hi, Right now, we're using the LAUNCHXL-F28379D to prototype. We're at a point where we have our code working correctly, but we'd like to run our program on the Delfino...
View ArticleForum Post: Compiler/MSP430G2553: About produce PWM signal for infrared...
Part Number: MSP430G2553 Tool/software: TI C/C++ Compiler Hello, sorry for my bad english. i want produce PWM signal in 38khz. (my reciever is tsop1838 and transmitter is TSAL6200). Firstly, leds on...
View ArticleForum Post: RE: Compiler/MSP430G2553: About produce PWM signal for infrared...
Sorry for flooding but i don't know how to edit my post. I dont use this command for (int i=0;i<10000;i++) // Stop WDT instead i use while (1) //
View ArticleForum Post: RE: TMS570LS0432: TMS570 ECC detection check
Hello QJ, sorry for delayed answer and thank you for so described answer. Now everything is clear for me and formally topic could be closed. Only one additional favor from my side, maybe it is possible...
View ArticleForum Post: CCS/MSP430FR2355: SPI and NRZ Data
Part Number: MSP430FR2355 Tool/software: Code Composer Studio Hi, I'm pretty new to the MSP430. I'm now trying to connect the MSP430fr2355 with RFM95. This the RF datasheet:...
View ArticleForum Post: RE: MSP432P401R: Configuring EUSCI_B2 to have multiple slave...
Bhargava, Check out the "i2cslaveexample1" project from the MSP432 SDK to learn how I2C is setup. Open MSP_EXP432PR401R.c, and you'll see that the default slave address, 0x48, is defined in...
View ArticleForum Post: RE: TM4C123GH6PM: USBBufferRead( returns only all zeroes in the...
Hello Charles, I know how to read pdf documents. That is exactly function, I'm using that returns all zeroes instead of expected data My latest code snippet is below . I tried both ch=...
View ArticleForum Post: RE: MSP432E401Y: Can Ethernet LED0 be assigned to GPIO pins...
Thank you very much. LOng
View Article