Forum Post: CC430F5135: The question of BOR
Part Number: CC430F5135 Hi Champs, According to PMM block diagram of CC430 user's guide below, there is a BOR logic and user's guide tells us during operation, the BOR also generates a reset if VCORE...
View ArticleForum Post: Compiler/TMS320F28035: Interruption interrupts itself
Part Number: TMS320F28035 Tool/software: TI C/C++ Compiler We use pwm in up-down mode. Pwm start conversion on ADC at the end of the conversion an interrupt occurs. SOCASEL register = 110 (Enable...
View ArticleForum Post: CCS/MSP430I2041: MSP430I2041 Not Programming with isolated...
Part Number: MSP430I2041 Tool/software: Code Composer Studio Hello Sir/Mam, I am trying to program MSP430I2041 with isolator ISO1540DR for SBWTCK and SBWTDIO lines. Launchpad ,I am using for...
View ArticleForum Post: TMS320F28375S: TMS320F28375S
Part Number: TMS320F28375S Dear team, We are using tms320f28375s controller. We observed controller reset. 1. If reset is due to noise on reset pin, what should be the minimum pulse duration required...
View ArticleForum Post: CCS/TMS320F28069: TMS320F28069 with DRV8301
Part Number: TMS320F28069 Tool/software: Code Composer Studio Connecting TMS320F28069 control card with DRV8301 , CCS shows error: ne of the FTDI driver functions used during the connect returned bad...
View ArticleForum Post: RE: CCS/TMS320F28335: FOC of PMSM - Distorted Inverter Current...
Set graph properties per attached pic
View ArticleForum Post: RE: TM4C123GH6PM: ADC Dither Enable
Hello Connor, I am not seeing any indicators of there being two bits for Dither mode in the datasheet of the device you have included for this thread, can you clarify if you are looking at a different...
View ArticleForum Post: RE: CCS/TMS570LS1227: HALCoGen EMAC driver with lwIP demo fails
Hi Lancell, I recommend to add s strong pull-up to MII_RXD[3:2] signals which are used as PHY address signals during boot. The PHY device has week pull-down resistor for those 2 signals, abut MCU...
View ArticleForum Post: RE: TMS320F28335: Implementing PI control loop on three phase...
There is an error with the target config file in there. Use the one from here below C:\ti\ controlSUITE \development_kits\ TMDSRSLVR _v1.0\Resolver_f28335\xds100-f28335.ccxml
View ArticleForum Post: RE: TMS320F28027: Sign the certificate
Iris, Are you asking if we would destroy the device after Failure analysis? I am not sure exactly what the concern is. From your description, the device may not even be functional. Besides, the device...
View ArticleForum Post: RE: TMS320F28069F: Rceive the data using SCI A in FIFIO mode of...
Mohana, It looks like the problem might be a missing jumper 'J9' on the Dock Station. Please see the following post: e2e.ti.com/.../665480 I hope this helps. If this answers your question, please click...
View ArticleForum Post: RE: CCS/TMS320F28035: getting time stamp
The device does not have a RTC. You need to interface an external RTC chip.
View ArticleForum Post: RE: TMS320F28335: Implementing PI control loop on three phase...
Well, delete the existing .ccxml files in this project and add the one shown above and try. it should work ok.
View ArticleForum Post: RE: Compiler/MSP430FR58471: Methods for executing functions from...
That is some very simple code so what you want to do can be done entirely in assembly language. Inline if you have to. The basic flow is to allocate space on the stack (which will be in RAM) for your...
View ArticleForum Post: RE: CCS/TMS320F28069M: How to induce CAN communication errors
[quote]Will you please tell me how to get into bus active mode after bus off. [/quote] By clearing the CCR bit or by waiting for 128 x 11-bit recessive times. Please refer to the CAN chapter in the...
View ArticleForum Post: RE: CCS/LAUNCHXL-F28379D: LAUNCHXL-F28379D
I don't see any such issue testing with DRV8305 booster pack. Hope you figure out the missing link.
View ArticleForum Post: RE: TMS320F28035: Can Bus Example code
[quote] So you mean to say that 2803x and 28379D have a different approach for the Can peripheral. [/quote] Yes, the modules do conform to the CAN protocol, but the implementation is completely...
View ArticleForum Post: RE: TMS570LS1227: Technique for reducing 64-bit CRC to 16-bit...
Hello Tony, The CRC polynomial used in TMS570 CRC HW is x^64+x^4+x^3+x+1. The 16-bit CCITT uses x^16+x^12+x^5+1. I don't know how to reduce 64-bit CRC for 16-bit.
View Article