Forum Post: RE: CCS/MSP432P401R: Having trouble sending ADC values through...
David, Have you been able to make any progress on this? Thanks, Chris
View ArticleForum Post: RE: MSP430F5419A: MSP430F5419A UART receive wrong data
It is quite strange! The weirdest thing is the TX is always perfect but the RX is garbage. Anyway, one more strange thing is that when I move to 9600 BAUD (from 14400 BAUD) both TX and RX are working...
View ArticleForum Post: RE: TM4C1294NCPDT: Hibernation Module Pins
Here is the recommendation from table 26-7 of the datasheet (page 1817).
View ArticleForum Post: RE: TMS570LS1227: Fapi and iso26262
The F021 Flash API for Hercules MCUs was developed using a process that was certified for developing functional safety applications requiring conformance to ISO 26262 and IEC 61508 functional safety...
View ArticleForum Post: RTOS/TM4C1294NCPDT: Task stack size
Part Number: TM4C1294NCPDT Tool/software: TI-RTOS Hi, I need information about task stack size. What is the minimum stack size required for a task ? for e.g. task function is as below: void...
View ArticleForum Post: CCS/TMS320F28062: CCS v5.3 Trace analyser with TMS320F28062 device
Part Number: TMS320F28062 Tool/software: Code Composer Studio Hello! I'm new to TI microcontrollers and i would like to know if is possible to trace non RTOS software with Spectrum Digital XDS100v2...
View ArticleForum Post: RE: TMDSCNCD28M36: Bootloader for F28M36 (ARM part) - problem...
Flavio Correct if my understanding is incorrect, but whether run from CCS or boot up, you don't see the LED blinking. When you step through, it does jump to the LED blink firmware, but it doesn't reach...
View ArticleForum Post: RE: MSP430FR2433: Overvoltage to GPIO
On over voltage, the ESD diodes will shunt the voltage to the VDD rail. In fact, you can power the chip this way, which is why you should not apply voltage to an unpowered chip.
View ArticleForum Post: RE: CCS/TMS320F28035: IQMath Function Error
Hi Richard Thanks for replys. Regards
View ArticleForum Post: RE: CCS/TMS320F28035: There is different behavior between debug...
Hello Does your application loaded via CCS debug an loaded via bootloader match in terms of what is in memory? How is the data incorrect? When running CCS debug, make sure it's running through the...
View ArticleForum Post: CCS/MSP430F5529: I2C clock stretching
Part Number: MSP430F5529 Tool/software: Code Composer Studio Hi guys, So I'm using a MSP430F5529 to implement an I2C communication. My msp is in slave mode. I can properly receive data with it, but I...
View ArticleForum Post: RE: TM4C1292NCPDT: Using both the hardware CRC and SHA/MD5 resources
I have been informed that you can do both the CRC and the SHAMD5 calculations concurrently. The CCM0 peripheral does not need to be reset before each calculation.
View ArticleForum Post: RE: Compiler/TMS570LC4357: Boot loader LC43x
Hello, You need to modify the sys_intvecs.asm to tell the CPU where is the ISR. For your application: ;------------------------------------------------------------------------------- ; interrupt...
View ArticleForum Post: RE: Compiler/TMS320F28334: Using C2000 Serial Flash Programming...
Hi Sal, Please provide f28334 flash kernel file,it is problem with flash kernel file Thanks & Regards Gangadhararao
View ArticleForum Post: MSP430F2112: is boundary scan possible on this msp430 ?
Part Number: MSP430F2112 Hi everybody , please is it possible to interface MSP430F2112IRHBR to a boundary scan ? is it possible to get the BSDL file ? thank you veyr much best regards Carlo
View ArticleForum Post: RE: TMS320F28379D: Takes longer cycle when processing INC...
Hi Ted, This instruction is accessing a memory location and not an internal register. Therefore, for each INC, the CPU has to 1) read from memory 2) increment 3) write to memory. This may be a single...
View ArticleForum Post: RE: MSP430F6745: I have a question about how to use COMP_B.
Hi Da, I'm not sure I fully understood your remaining question. Can you explain to me what remains unclear on your side or where you'd need further assistance? Thanks and best regards, Britta
View ArticleForum Post: RE: TMS320F28069: F28069 i2c hang up issue
Hi Jackson Chen, A General Call is not something specific to our I2C module. You should read the NXP (used to be Philips) I2C spec for more information. The General Call is only used for sending...
View ArticleForum Post: RE: RTOS/CC2650MODA: MSP432 and Sensors Boosterpack
Pedro, Christin, I updated the title of the post to 'msp432' from 'msp342'. Pedro, Are you able to debug the software on the MSP432 to determine what is going on in the MSP432? Can you determine why...
View ArticleForum Post: RE: MSP430F2112: is boundary scan possible on this msp430 ?
Hello Colombo, Boundary Scan is not supported on MSP430 Microcontrollers.
View Article