Forum Post: TIMBER_B PWM SINE
I read on the TI application report SLAA116 that we can use timer_b to create PWM output and then with an Analog Filter we can get a sinewave.(Figure 2. of the application report)I am thinking it can...
View ArticleForum Post: RE: CC3000 SCHEMATIC
[quote user="lau lau"]ANYONE CAN HELP ME?[/quote]Most probably not. Because you are asking IN THE WRONG FORUM. Thing is that this is msp430 forum and those who can answer CC-radio related questions...
View ArticleForum Post: RE: How to make FSS pin keep low in Freescale-3 mode?
[quote user="Robert Adsett"]Maybe time for uDMA?More complex to set up[/quote]As an example modified the code to use uDMA. Had to add some buffers:// Buffer used to transmit by DMA one LED module...
View ArticleForum Post: What Vector?
I am stubbing unused vectors to a dummy routine. Fairly basic precaution.However, now I want to add some diagnostic information to that routine. Is there a method to tell what vector led to the routine...
View ArticleForum Post: RE: HalCoGen 3.06 and the VCLK3 Divider Question
Thanks Prathap,Some confusion on my part as to how the VCLK3 divider was actually set.Problem fixed now.Kind RegardsStomp!.
View ArticleForum Post: RE: How to test CAN of TMS570LS3137
The problem is solved now,because the TX pin of iCoupler is not soldered well .So the output of TX can't send out.But I want to know why it shows this kind signal ,what does it mean?
View ArticleForum Post: RM48 CRC16 Help
Hi,I am wishing to use the RM48's CRC module to generate a CRC16 (polynomial 0x1021).I have software based libraries working well for years, however can not get the hardware CRC module to produce the...
View ArticleForum Post: RE: I2C question of lm4f120 launchpad
I2CMasterSlaveAddrSet(I2C0_MASTER_BASE,SlaveAddress,false); I2CMasterDataPut(I2C0_MASTER_BASE,0x32); I2CMasterControl(I2C0_MASTER_BASE,I2C_MASTER_CMD_BURST_SEND_START);...
View ArticleForum Post: RE: ADC Specification in MSP430F2013
Nice one Leo, but he's atleast supposed to know that!Regards,Gautam
View ArticleForum Post: RE: Sending MSP430G2553 Launchpad Data to PC for use in Software...
Thanks zrno for additional support.Regards,Gautam
View ArticleForum Post: RE: Energy Meter shunt resistor connections problem...
Many thanks Mr. OCY.I should be implementing your suggestions immediately and posting the results here soon.Regards,--Utpal
View ArticleForum Post: RE: C2000 piccolo launchpad target connection error
Hi Raju,This can also be a virus issue or malware issue. Check this link out:http://pcsupport.about.com/od/findbyerrormessage/a/ftd2xx-dll-not-found-missing-error.htmRegards,Gautam
View ArticleForum Post: eZ430-Chronos Watch to Xbee RF Modules
Hi there,I'm currently working on a project where I would like to use the eZ430-Chronos Watch as a mobile node in a wireless sensor network localisation system. My Chronos Watch is the 915MHz...
View ArticleForum Post: RE: Debug RM48L952 chip with GDB
Anthony,Primary use of CCS will be designing products with Hercules family.Planned secondary use of CCS -- transfer existing software to CCS IDE, for ARM7TDMI core.The only way to debug ARM7TDMI in CCS...
View ArticleForum Post: RE: MSP430 reset to factory settings
[quote user="Brian Tate"]Is there a way to reset an MSP430 to factory settings through USB bootloader? Perhaps a mass erase of flash?If not, what are the methods to regain factory...
View ArticleForum Post: LWIP Segmentation Problem
Hi All,New to LWIP and I am at lost as to what caused the data segmentation problem I am experiencing. I am running TI's Demo LWIP in TMDXRM48HDK with FREERTOS. Basically the problem is, I am sending...
View ArticleForum Post: questions about HALCOGEN
I use HALCOGEN to generate code for Keil ,but in sys_startup.c , HALCOGEN creates " __main();",I have to change it to "main" ,is this a bug for keil ?
View ArticleForum Post: Issue of PWM implementation in F2812 for 3-level inverter
I am working in F2812 MCU for generating PWM's for 3 Level inverter.Please refer Fig 1 as the 3 level topology and Fig 2 as the my proposal to generate PWM's for 3 level inverter.Issue of this...
View ArticleForum Post: Stellaris EPI clock output
Hi,In our customer's application, Stellaris(LM3S5791) EPI interface is connected to FLASH and SRAM devices.and we would like to know if it is possible to output clock through EPI0S31 in HOST BUS...
View ArticleForum Post: SCI boot on C2000 LaunchpadXL TMS320F2802x
Hey community,I got a LaunchPad XL with the TMS320F2802x. Now I am trying to boot from the SCI.Virtual COM port (VCP) for channel B is acitve and listed in the device manager as COM22Here are my...
View Article