Forum Post: RE: CCS/TMS570LC4357: I can no longer flash code to the HDK for a...
Hello Joseph, You can install the emulator driver from the CCS package or using the emulator package. Here is the link to download emulation SW package:...
View ArticleForum Post: RE: TM4C123GH6PM: Read and Writing from Individual Pins
simple: 1) write a set of macros that set / clear a pin, or read a pin: IO_SET(port, pin), IO_CLR(port, pin) and IO_GET(port, pin), or whatever names you may wish to have. 2) write a function that...
View ArticleForum Post: RE: TM4C123GH6PM: Read and Writing from Individual Pins
if I were you, I would actually write the two routines with the potential to use 8 different pins on 8 different ports. To run it on two ports, you can simply make PORT0..7 definitions to be on those...
View ArticleForum Post: RE: CCS/MSP432P401R: How to configure the the UART to send some...
Hi Amit, Thanks for your reply. This attached picture is a result that I got using the original code from UART TX pin. Mohammad Arifur Rahman
View ArticleForum Post: RE: CCS/MSP432P401R: How to configure the the UART to send some...
Hello Mohammad, That is not helpful at all. Can you please provide information regarding coupling, horizontal and vertical resolution, scaling factor; which normally most scopes should be able to provide.
View ArticleForum Post: RE: CCS/MSP430FR6989: Setting MSP430fr6989 Timer Interrupt on 1 Mhz
Hi Mitch, Actually I have implement the examples, you can check my code is similar with the example. I event set the CSCTL1 to 16 Mhz. But anyway I will try to find out the problem. Thank you for your...
View ArticleForum Post: RE: CCS/MSP430FR6989: Setting MSP430fr6989 Timer Interrupt on 1 Mhz
Hi Danny, I know maybe you are expert. I hope you are doing well for all your problem only using google. Thanks a lot. Regards, Lukman
View ArticleForum Post: RE: MSP432P401R: Implementing the MPU6050 with MSP432
The example I started with the i2c_master_rw_repeated_start-master_code in the MSP432 SDK. I ran that example and put a logic anazlyer on the clk pin but all I got was noise. I may be wrong but I...
View ArticleForum Post: RE: CCS/MSP432P401R: How to configure the the UART to send some...
Hi Amit, Could you please check these two pictures? Mohammad Arifur Rahman
View ArticleForum Post: RE: TMS320F28035: Turn stepping motor at high speed with DRV...
Hi Yanming-san, I tried to change the IRef, pid1_i.OutMax, pid1_i.OutMin, pid2_i.OutMax and pid2_i.OutMin, but the speed did not change. Is it possible to rotate 1500 RPM using the default stepping...
View ArticleForum Post: LAUNCHXL-F28069M: LAUNCHXL-F28069M
Part Number: LAUNCHXL-F28069M Hello! I'm wondering if I set up this simple UART program correctly. All I'd like to do is receive an interrupt when I receive something, and store what I receive in an...
View ArticleForum Post: RE: tms320f28069m: I2C EEPROM Example Code from C2000Ware:...
Hi Mark, If I set I2C_NUMBYTES to 4, the interrupt no longer goes off. This is fundamentally what I do not understand. Thank you for following up on this issue. Charlie
View ArticleForum Post: CCS/TMS320F28379D: 28379D CLA DEBUG
Part Number: TMS320F28379D Tool/software: Code Composer Studio Hi, I have some questions about cla on 2837xD, which is as follow: 1\ What are differences between Cla1Taks1 and cla1Isr1? 2\If I want to...
View ArticleForum Post: RE: MSP430F5325: MSP430F5x Flash based custom UART boot loader
From my scope capture, it looks like everything is being transmitted correctly, except that it's definitely no parity. I tried going into Device Manager and setting the COM port paramters to even...
View ArticleForum Post: RE: CCS/BOOSTXL-3PHGANINV: InstaSPIN labs for 5200 GaN EVM
The labs are designed for 8301 and 8305 gate drivers. They interface to the MCU differently, including by SPI, compared to the GaN board. The same lab that spins a 8301-based board will not work with a...
View ArticleForum Post: RE: CCS/TMS570LC4357: I can no longer flash code to the HDK for a...
Hi Joseph, It should be installed to c:\ti\ccsv7 4. For the destination folder use the full path up to ccsv7 directory (where ccs_base is located). The new drivers will be installed to...
View ArticleForum Post: RE: TMS320F280049: How to implement auto current limitting with...
Thank you so much, Yanming. I will mark this and check it later. :)
View ArticleForum Post: TM4C129XNCZAD: I2C Master TRANSMIT of Multiple Data Bytes Issue
Part Number: TM4C129XNCZAD Hi, I am trying to follow the flowchart given in the datasheet to transmit 4 bytes out from I2C. However, I can only manage to see 0x34 and 0x78 being transmitted out from...
View ArticleForum Post: RE: TM4C1231H6PGE: Question on Grlib architecture
Thank you, Richard. Your kind "promotion" surely is not "universal" - yet I'll "bask in that glory" - till staff returns tomorrow - and the (usual) "eye-rolling" and, "You want us to do WHAT"...
View Article