Forum Post: RE: TMDSPLCKIT-V3,V-2
Hi Wim,I was looking at the Flash Utility and the documentation states to check the CPU rate. I note that the c2000 control card has a 20Mhz crystal but the CCS On Chip flash comes up as 10MHz with...
View ArticleForum Post: RE: What's up with PE3?
Dave,Just issued a "cb-source 2 conversation" further outlining my beliefs - this issue...
View ArticleForum Post: RE: assemblerprogramming for Launchpad with IAR workbench/...
init: MOV #280h, SP ; set up stack main: --------------------------------------------------------------- main: NOP ; main program --------------------------------------------------------------- mov...
View ArticleForum Post: RE: LM3S9B96 Non-Power-Pin 1(PE7) Max Voltage When Off
Let me clarify a bit. You cannot simulate and test every aspect of MCU operation. What can happen is:MCU will failGPIO will failGPIO pin will failnothing will failManufacturer does not guarantee...
View ArticleForum Post: RE: kit DK-LM4F-DRV9312 with InstaSPIN project
Are you following the UG: C:\StellarisWare\AppNotes\sw01294\motorware_1_00_01_00\sw\solutions\instaspin_bldc\boards\drv8312kit_revD\stellaris\lm4f211\projects\ccs5\project01\docsTo run in Duty Cycle...
View ArticleForum Post: RE: PMSM motor control
[quote user="daniel lybaert"]OK I understand, I'm to stupid ![/quote] Hi, I never said this, nor dumb nor offensive, just feel from your writing some transparence you are not familiar with mechanics...
View ArticleForum Post: RE: Programming BOOTCFG with an external programmer
Update and answer: yes, this is probably expected behavior. We mounted a programmed, protected part on a PCB and it worked as expected, so clearly the memory contents are correct. The Stellaris...
View ArticleForum Post: RE: SPI example of Master and Slave mode using transmitte and...
Can you please email me you spi slave example files? reed.christiansen@lmco.com
View ArticleForum Post: RE: RTC_A and RTC_D on a CC430
That's right. I don't know why I thought that RTC_D was available across the whole family of wireless MCU's.Thanks!
View ArticleForum Post: RE: ossible to generate a PWM signal with 100% Duty Cycle using...
Seriously, if you use a Timer in the up-mode, CCRn for duty-cycle and CCR0 for period to generate PWM, this is what you can get: (Assuming CCR0 = 100-1;)CCR1 = 0 generates 0% duty-cycle. CCR1 = 1...
View ArticleForum Post: RE: Trouble to erase / program flash F28335 SECTORA
I guess I'd focus on SectorA. Write a simple code project that you link to RAM (just use CCS to load it) and have it erase sector A only. We need to figure out why you can't erase sector A. Are you...
View ArticleForum Post: I2C On MSP430F5342
Hi,I am trying to get the MSP to get data from a peripheral over I2C on UCB1 (P4.1:SDA and P4.2:SCL).At this stage I am unable to see any voltage change from the pins in I2C mode.I can manually set the...
View ArticleForum Post: RE: Digital Power library - Initialization Routine : dummy...
Joel, If you look in the init code for any of these macros it is only using one zeronet, I think the comment is carried forward from an older implementation of the digital power library, however i will...
View ArticleForum Post: RE: DMA in RM42L432
Hi, Jean-Marc,Thank you for your reply.I understand it. Best regards,Satoshi Shinohara
View ArticleForum Post: RE: Implementing Photovoltaic Inverter System using C2000...
Zekiye,If your processor is getting hot, and led's are not working then this points to damage to the control card. I will recommend not to use the control card anymore unless you can debug the problem....
View ArticleForum Post: RE: the leakage current and voltage of P2.0
Hi old_cow_yellow, Thank you very much.--------------- But firstly the msp430f4618 does not have pullup and pulldown resistor.--------------- Secondly i need to set the p2.0 as output low level to shut...
View ArticleForum Post: RE: the AC current output sine wave THD
Hi Gautam I have checked that your answer is from the document <High Voltage Solar Inverter DC-AC Kit>, the development kit is TMDSHV1PHINVKIT . what about the TMDSSOLARCEXPKIT and...
View ArticleForum Post: RE: Ek-LM4F120XL UART_1 Configuration Issue
Thanks for your help. I hadn't had a chance to touch this project this week due to other demands on my schedule. When I picked it back up today, it became apparent to me that it was time to thoroughly...
View ArticleForum Post: RE: MSP430F5338 - XT1LFOFFG always set
while (SFRIFG1 & OFIFG); <---Don't you want to remove that semicolon?
View Article