Forum Post: RE: MSPM0C1104: Code composer studio Error
Hello Sandeep, I do apologize for the delay in responding to your question. It appears you may need to reset the DSSM. Here is a pos t with instructions. Let me know if this does not work for you.
View ArticleForum Post: RE: MSPM0C1104: Code composer studio Error
Hi Sandeep, See my response to your other posting on this topic.
View ArticleForum Post: RE: MSPM0C1104: any guideline to develop FAN control
Hi Jerry, I don't believe we have anything available currently, but let me check to see if this is something in the plan to develop.
View ArticleForum Post: RE: MSPM0G1507: Is there any example for using timers for capture...
With the MSP430 I had the timer running continuously. Using one C/C register at capture mode I got the timer's count at an edge event. Using another C/C register at compare mode I could time an...
View ArticleForum Post: RE: AM2632: OTP key writing issues
Hi Nilabh, since they havn't integrated the 1.7 VPP circuit on our HW, the 1.7V are contacted via a needle adapter by means of test points. For the 1.7V supply, they use TI circuit: The OTP keywriter...
View ArticleForum Post: TMS320F28P650DK: Critical bug (?)/CPU crash on C2000/ CLA1 GPIO code
Part Number: TMS320F28P650DK Tool/software: Hi, I have encountered a critical compiler (?) bug, where an attempt to call GPIO_writePin() from within CLA1 interrupt code causes the entire CPU to hang...
View ArticleForum Post: LAUNCHXL-F280039C: Not able to Open .syscgf
Part Number: LAUNCHXL-F280039C Other Parts Discussed in Thread: SYSCONFIG Tool/software: Hi, I having a problem which is common to all examples. When i click on Sysconfig file in the example, i get an...
View ArticleForum Post: RE: MSPM0C1104: any guideline to develop FAN control
Hi Dennis, Thank you. Currently, I suggest customer to refer to PWM example in SDK. Is this suitable ?
View ArticleForum Post: TMS320F28P650DK: Transmit odd number of Bytes from SCI FIFO by DMA
Part Number: TMS320F28P650DK Tool/software: Hi experts, My customer wants to use DMA to transmit odd number of Bytes data (for example 7 Bytes) from SCI FIFO. I found that the DMA must transfer data...
View ArticleForum Post: RE: LAUNCHXL-F28P65X: LAUNCHXL-F28P65X
Hi Joseph, Thank you for your reply. Our requirement is to configure the F28P65x controller and the CC3135 module in a single project and establish communication over SPI (MCU to Wi-Fi). For this...
View ArticleForum Post: TMS570LS1224: Functional Safety - Potential for JTAG Port to...
Part Number: TMS570LS1224 Tool/software: Hi all, i'm conducting a HW FMEDA (not MCU-FMEDA) and got to the point where i look at the effects of short circuits between the debug pins of the MCU to GND,...
View ArticleForum Post: RE: MSPM0C1104: SPI- Microwire example code
Not at all. Now I know more about MicroWire. There's a useful presentation of a very similar MicroWire implementation (not a coincidence, I suspect) in CC1310 TRM (SWCU117I) Sec 20.4.4.7. It includes...
View ArticleForum Post: RE: C2000WARE-MOTORCONTROL-SDK: 2 axis gimbal with high precision...
As far as i know i should be using C2000 with CBL capable of SSI communication, but i am looking for some launchpad solution wih your TIDM-1010 addon board and some power stage for the motor.
View ArticleForum Post: MCU-PLUS-SDK-AM263X: MCU_SDK 10 hangs during System_init when...
Part Number: MCU-PLUS-SDK-AM263X Tool/software: I am building a very simple test application to assist to board bringup. It configures most of the IO pins as either input or output. I am adding the 3...
View ArticleForum Post: RE: LP-AM243: How to change an flash offset of boot
Hi Oyama, I suppose you want to read the offset address from an address location of EEPROM and boot the image accordingly, in such case you can edit the main.c file of SBL_OSPI example and change the...
View ArticleForum Post: MSP430I2021: while programming microcontroller, it is giving...
Part Number: MSP430I2021 Tool/software: We are using Texas device MSP-FET430UIF" for programming the MSP430i2021 and unable to program it. Error being shown is "Could not write device memory :...
View ArticleForum Post: TMS320F280039C: Sinusoidal current phase on Oscilloscope in...
Part Number: TMS320F280039C Other Parts Discussed in Thread: BOOSTXL-3PHGANINV Tool/software: I am using the F280039C microcontroller with the BOOSTXL-3PHGANINV driver and opened...
View ArticleForum Post: RE: MSP430F6775A: DCO
Hi, Thank you for your answer. The time may vary for example due to temperature conditions so that is the reason why I have been waiting for crystal to start its operation using for loop and lower...
View ArticleForum Post: RE: MSPM0G1507: Is there any example for using timers for capture...
timx_timer_mode_capture_edge_capture captures (only) the rising edge, but it only uses a single channel, so you can use the other channel for something else. This would be useful for e.g. a frequency...
View Article