Forum post: RE: TM4C123GH6PM: TM4C123GH6PM Bin file request
Hello Navdeep, If you got the numbers from the link that I provided then I think those would already be registered in Windows. Is the VID 0x1cbe? If so that would be registered already. At that point...
View ArticleForum post: RE: TMDSECATCNCD379D: Purpose of padding in PDO mapping object
Hello No, I don't believe this should be wasting bandwidth, as this is just allocating the location of the data in the object dictionary. If anything, it is using a little extra memory on the slave...
View ArticleForum post: RE: TM4C123GH6PM: TM4C123GH6PM Bin file request
Hi Ralph, Yes the VID i got was 0x1cbe, Im a little lost as to where this should go. Right now i can only access the board VIA a J Tag port and the J Link flash lite. Is this something i would add...
View ArticleForum post: RE: MSP432P401R: I2C Device Driver for DAC 7571
Black, An I2C driver is included in the SDK. Experiment with the I2C examples found in: \examples\rtos\MSP_EXP432P401R\drivers. Then build from one of these examples for your application with the...
View ArticleForum post: RE: LAUNCHXL-F28379D: LAUNCHXL-F28379D SCI Protocol: Connected to...
Niklas, The LaunchPad communicates to the computer via the JTAG FTDI device. Note that this connection can also be used for communicating with SCIA. In your description, this was not clear by what you...
View ArticleForum post: RE: TM4C123GH6PM: TM4C123GH6PM Bin file request
Hello Navdeep, The VID and PID are going to be included as part of the program, so they are set at compile time based on your code configuration. If the VID/PID are the same on the example board and...
View ArticleForum post: RE: CCS/TM4C129XNCZAD: TivaWare_C_Series-2.0.1.11577 examples...
I don't see how you correctly set the address offset in the code in the .7z file. Here is what I suggest. I added the file "internal_flash.h" to replace the mx66I5123f.h file. #define FLASH_BLOCK_SIZE...
View ArticleForum post: RE: TM4C129ENCPDT: TM4C129ENCPDT download and simulation tools
Hello Eason, I haven't heard back from you, were you able to find what you needed?
View ArticleForum post: RE: MSP430FR2633: Is there any API for Finger release Event
Hi erik, The callback is called each time after the sensor has been scanned. It is possible to select a different action based on if the sensor is touched or not. For example here are few macros that I...
View ArticleForum post: RE: CCS/LAUNCHXL-F28379D: Endat Interface, initialization of SPI...
Hi, [quote user="Sanjaya Poudel"] I could not find out how this is activated at start. Could you please help me? [/quote] As I mentioned earlier, this is part of the code in endat.c. This code executes...
View ArticleForum post: RE: MSP430F67751A: MSP430F677 JTAG LOCKED PROBLEM
Fuse value is stored inside BSL flash memory segment. 0000h and 0FFFFh values are related to unlocked JTAG fuse. So if BSL is erased, JTAG fuse is unlocked. If fuse is locked by mistake, and BSL is not...
View ArticleForum post: RE: LAUNCHXL-F28379D: ePWM Trip Zone issue
Hi, No - it's not default. you need to enable trip zone as One Shot - if that's what is intended for your application.
View ArticleForum post: RE: TMS320F2808: TMS320 Devices get locked accidently, reason is...
CSMSCR register is described in SPRU712H. For your situation, only bit0 which indicates whether the device is secure (or not) is relevant. As you can see, that register has only 2 useful bits.
View ArticleForum post: RE: SM320F28335-HT: High Temperature Clock Option
Martin, Your interpretation is correct, only the circuit in Fig 3-10 is subject to the note on temp restriction. Using your own externally generated clock into XCLKIN as shown in Fig 3-8 is OK across...
View ArticleForum post: RE: CCS/MSP430FR6820: value in FRAM does not remain there after...
Igi, Thank you for sharing the method you used to solve your issue. Best regards, Matt
View ArticleForum post: RE: CCS/MSP430FR5730: MSP430FR5730
Hi Alexander, I wouldn't trust the frequency of the pin you are toggling in software. Based on the instructions the compiler generates it could take several clock cycles to perform your while() loop...
View ArticleForum post: RE: CCS/MSP430FR5969: Using 12b ADC Pro to get correct FFT on ADC...
Hi Connor, Wanted to check in and see if you were still having issues? Thanks, Mitch
View ArticleForum post: RE: MSP432P401R: how to enable prefetch buffers
Hi, We will look into it and get back to you ASAP. Please bear with us. Thanks, PM
View ArticleForum post: RE: MSP430FR2676: EUSCI_B_I2C_masterReceiveSingleByte() sometimes...
Hi Jason, Let's try a different approach. Here is a link to the TI resource explorer where you can find example of Master I2C for FR2676. It may be possible to leverage this example to do what you need...
View ArticleForum post: RE: MSP430I2041: Circuit design checked
Hello, Here are my observations based on the attached PDF: The capacitor on VCORE is correct (470nF) The resistor on ROSC is correct (20KOhms) The capacitor on VREF is correct (100nF) The programming...
View Article