Forum Post: Help CAN transmit function selecting and configuring the mailbox
Hi all....I am using TMS320F28335 and I am trying to write some functions to transmit data using the CAN interface in which would be possible to select the mailbox to use in the transmission.The idea...
View ArticleForum Post: RE: MSP430G2 with an External 16 Bit ADC
Well the first thing I fixed was P1DIR was missing BIT4 so I was never outputting a clock so I added that and in the datasheet it also says P1SEL2 should be 0 for BIT4 so I changed that. Then I added...
View ArticleForum Post: deactivate PWM-Output, but use Module for interrupt generation
Hi,I am currently using the F28335-ezdsp-board programmed via matlab.I use ePWM1-5 synchronised with each other. ePWM4&5 are used only for generation of interrupts. I do not need the output...
View ArticleForum Post: RE: could not find output in ADC project successfully executed in...
Hi TylerThank you but i am confused where to apply the external voltage i mean to which pins should i give voltage .Pin config of micro controller that i use.Thanks in advance.
View ArticleForum Post: RE: USB controller channel B on C2000 LaunchPad XL
Toby,CCS uses the JTAG to load the code. If you cut the SCI you'll have no problems debugging code via CCS.Thank you,Brett
View ArticleForum Post: RE: Timer A as freq counter rare error ... race condition on...
[quote user="old_cow_yellow"]Here is my idea of using two 16-bit Timer-counters as a near perfect single 31-bit counter. (; I am confident that I am sane and of sound mind ;)[/quote]old_cow_yellow, you...
View ArticleForum Post: RE: MSP430F5510 "not USB FET was found" + "Unknown Device" in Dev...
I have checked several times, I couldn't find any shorts, but thanks for the tip.About the chip, well even if its fried, it shouldn't affect the MSP because its on the 5V USB supply and the MSPs LDO...
View ArticleForum Post: RE: ADC module initialization on Piccolo 28027 Launchpad
Hi!I would recommend you to base on ti\controlSUITE\development_kits\LVMultiAxis+PfcKit_v1.4\2xPM_Sensorless_v1_1\. This project is for 28035. You can not use this code directly but you can use the...
View ArticleForum Post: RE: CC430F5137 to much current consumption in LPM3
Hi Manuel,I'm not sure what you mean by 0,18mA (Sorry I'm not familiar with that format). Does that mean 18 Milli-amps or 180 micro-amps?Regards,Barry
View ArticleForum Post: RE: 28335 No longer starts from power-on but works fine from...
Thanks Igor, It is a good idea and I have verified the BEGIN branch is there with BIOS as it would be with codestartbranch.asm explicitly linked.I did trace through a little more and found the failure...
View ArticleForum Post: RE: PC-relative load sometimes seems to result in reading from...
[quote user="Erik van 't Wout"]I use gdb for disassembling the binary and debugging using a JTAG interface.[/quote]Cannot this be done - both faster & easier - w/in IAR? Accept that you "like"...
View ArticleForum Post: RE: TMDS2MTRPFCKIT GpioG1CtrlRegs symbol problems
The DRV8312-C2-KIT and DRV8312-69M-KIT use the same NEMA17 motor as the 2MTRPFCKIT. So from that perspective you are fine.
View ArticleForum Post: RE: Flashing a Tiva based controller in its build factory using JTAG
Hi John,I wasn't trying to give you the link for LM Flash Programmer, I was trying to show you how to hook up the XDS100 with a TIva device. LM Flash is here. It is used on a PC to download a .bin...
View ArticleForum Post: RE: Counting DMA loops - UART to SD Card
Thank you for your interest!@Jens-Michael Gross => I'm thinking about polling the DMAxSZ value which is decremented after every byte, but it seems that the DMAxDA value is copied in a temporary...
View ArticleForum Post: RE: Send from DSP to PC, is it possible
The XDS100 devices have a PC to USB connection, and from there a JTAG or UART connection to the MCU.So you can do MCU - UART - XDS100 - USBIf you have any hardware PCB that includes a serial...
View ArticleForum Post: RE: debug variable and expressions windows are empty
Chester, thank you. Your patched MSP430.dll v3.2.5.4 cures the FR_RAM corruption for CCS V5.3 and MSP430FR5739.It was driving me nuts.Is there a version of the patch for CCSV5.4 and MSP430FR5739?CCS...
View ArticleForum Post: RE: Questions Regarding LM3S2965 Hibernation Module
Hello Joy,Yes, you can leave HIB floating and ground the wake pin. See table 20-9 in the data sheet for how to handle pins for unused functions. Also, you can refer to the schematics for the...
View ArticleForum Post: RE: ADC Clock
XINJUN,You can definitely do this, just be aware that SYSCLK will have to be 45MHz or less, which is why you would not commonly see this.
View ArticleForum Post: pulse period with QEP F2812
Hi everyone!I´m trying to use the QEP of a F2812 for mesure speed, I achieved mesure it, but my QEP only read in a period of 0.1ms, I need it to read in a period of 1ms, how can I do that?Regards
View ArticleForum Post: RE: Sharing TXD/RXD pins of FT232 chip for Debugging and...
[quote user="old_cow_yellow"]When you invoke the BSL entry sequence via DTR & RTS correctly, (a) F5438A will reset[/quote]I would point out that in silicon revisions of MSP430F5438A affected by...
View Article