Forum Post: RE: MSP-EXP430FR2433: No USB FET was found
Hey Brice, Hopefully you got the launchpad working. If not, let us know here but I'm going to close this thread for now. Thanks, JD
View ArticleForum Post: RE: TM4C1230C3PM: Bootloader Configuration and Use via UART
Hi Jason, If the flash had only the bootloader in it (no application code) and if you run the bootloader, does it download the application? About the PC wandering off, can you recompile the your...
View ArticleForum Post: RE: MSP430F6733A: internal REFO specification at 3.3V
Hey Hisao, I don't think we can make that gaurantee. Spec clearly shows +-1.5% at exactly 3V and 25C. Then there are adjustments over temp and voltage that we would need to account for in your example....
View ArticleForum Post: RE: CCS/MSP432P401R: MSP432P401R interface OLED SSD1306 SPI problem
I just went back to the original, and that only works by accident. I recommend you remove these lines (or equivalent): > IE2|=UCB0TXIE; // enable TX interrupt > IFG2&=~UCB0TXIFG; You...
View ArticleForum Post: RE: CCS: Log custom messages and read them in code direcly
Hi Daniel, You can add this (and remove LoggingSetup if you have it). BIOS.logsEnabled = true; var LoggerBuf = xdc.useModule('xdc.runtime.LoggerBuf'); var Defaults =...
View ArticleForum Post: TM4C1294NCPDT: TM4C1294NCPDT ethernet wave setting
Part Number: TM4C1294NCPDT Hello. We are testing the use of TM4C1294NCPDT for our new design. For Ethernet compliance testing, does the TM4C1294 have some register to setting or regulating of wave? Do...
View ArticleForum Post: RE: LAUNCHXL-F28379D: Mcbsp?
I don't see any pin information in the LaunchXL User's Guide for mcbsp. However between the gpio numbers in the user guide and the mappings in the data sheet I was able to derive the information that I...
View ArticleForum Post: RE: MSP430F6733A: internal REFO specification at 3.3V
Hi JD, Thank you for your prompt reply. We do not need to guarantee the spec at 3.3V. We want to know the max data for 3.3V if you have. 3.5% might be not acceptable. 2.5% is still challengeing but...
View ArticleForum Post: RE: Compiler/MSP430F5529: How to debugger in MSP430F5529
ok, but I have pause my code to see the values , and set breakpoint on my code it still hasn't change in expressions, did u see video??
View ArticleForum Post: RE: TIDM-BIOSIGNMONITOR: query regarding reference design
Hi JD & Prashant, I solved this problem, found the correct equation to calculate GSR. Ignore C34, this is a non-inverting op-amp and V1 = V3 * (1+R10/(R_body+R9)) where V3 is voltage at pin 3 of...
View ArticleForum Post: RE: MSP432E401Y: MSP432E401Y SimpleLink SDK upgrade appears to...
Hi, I am still seeing this problem. Is there any ETA for when this might be resolved?
View ArticleForum Post: MSP430FR6989: Delay functions for JTAG timing sequences
Part Number: MSP430FR6989 Hi, I need to connect two MSP430's( MSP430FR6 989) in my application and I want to read, write flash memory and download a program into the Slave MSP via Master MSP using JTAG...
View ArticleForum Post: RE: CCS/MSP430FR2633: CAPT_appHandler():How can I reduce this time?
Hi Dennis, thank you for your reply. My parameters are ConversionCount = 950 ConversionGain = 100 I try that adjust parameters. By the way, ConversionCount affect measuring time. What is...
View ArticleForum Post: RE: CCS/TMS320F28379D: TMS320F28379D
Thank you Ken, I've already tried using MOV command as: mov GPACTRL,#0x0001 but it's showing following error " asm2000 -v28 impy.asm "impy.asm", ERROR! at line 28: [E0003] Syntax error - Operand 1 mov...
View ArticleForum Post: TM4C1299NCZAD: How to power cycle cc2564
Part Number: TM4C1299NCZAD Hi, We are using Tiva C TM4C129X board and CC2564 chip. We want to power cycle CC2564 , for that we have written following code. GPIOPinWrite(GPIO_PORTS_BASE, GPIO_PIN_1, 0);...
View ArticleForum Post: RE: Linux/MSP432E401Y: BSL Scripter invalid TFTP Read Request in...
One other important piece of information: I'm using a hex file produced by ARM-GCC and my BSL scripter configuration file looks like this: LOG MODE Ethernet E4xx MAC=70:ff:76:1c:b9:2d...
View ArticleForum Post: CCS/TMS320F28035: Error when printf used
Part Number: TMS320F28035 Tool/software: Code Composer Studio Hi , I am using example C2000Ware : \ C2000Ware _XXXX\device_support\f2803x\examples\c28\adc_soc. When i am trying to print something using...
View ArticleForum Post: RE: CCS/TM4C1294KCPDT: Map file shows static const in RAM section...
Thank you for your clarification.
View ArticleForum Post: RE: MSP430FR6047: Can we Achieve This Type of Custom Flow Meter...
Hello Sir, First of All Thanks For Your Reply. In Your Answer You Mention "If the transducers are not fully soaked, it is likely you will not get any usable signal during this time" As Per That I Have...
View Article