Forum Post: RE: Capture_Mode
Hi David,It looks like you're trying to capture the rising and falling edge of a signal that is 50 or 60Hz. The register settings you posted look correct for that (assuming Touch- is actually...
View ArticleForum Post: RE: MSP430FR5739 register description
Ahmad,for beginner with MSP430, i would recommend you to use GRACE tool (usually comes together with CCSTUDIO). It is a very intuitive software tool to start working with MSP430 peripheral without the...
View ArticleForum Post: RE: TMDSPREX28335: C2000 Peripheral Explorer Kit
Thanks for the help i found it!
View ArticleForum Post: RE: F28069: hex2000, memwidth and HEX parser
[quote]I changed the checksum, changed the header length etc[/quote]As last you've quotted, you still have incorrect checksum. Just repeat a checksum fix step.[quote]srec_cat: test.out: 2874:...
View ArticleForum Post: RE: Where can I find the Cortex-R4 defined Configuration Details...
Pashan,Bala left the team; so someone else needs to pick this up.Do you have a list of the tieoffs you are interested in? I'm not sure what the document is that she was referring to...-Anthony
View ArticleForum Post: MSP430G2553 SPI master mode
I have a question about this code. I was trying to use the demo to setup an msp430g2553 as an spi master. But, I also added code so that the uC will wait until the button is pressed. I tried running...
View ArticleForum Post: Introduce random delay in Timer ez430-RF2500
Hi Everyone,I am currently working on a simple ez430-rf2500 project. This is my current timer code.void initializeTimer(){ BCSCTL3 |= LFXT1S_2; TACCTL0 = CCIE; TACCR0= 3933 ;...
View ArticleForum Post: RE: help required : Docking station is getting heated : f28335
Hello, Brett.I have a similar problem on one of my custom designed boards. Other two works fine. This one's MCU gets hot very quickly up to 95°C. But it still alive :) TP70351 gets heat up to 65°C. The...
View ArticleForum Post: RE: Problem sys_arch Using lwIP 1.3.2 for RM48HDK with SafeRTOS
Jihong,I've look at your problem, and the solution is not easy. The porting of lwip under FREERTOS or SAFERTOS is not done.According to the document available in the lwip...
View ArticleForum Post: RE: DSP can't operate regularly when F2810 is powering up in...
Can you measure the voltage output of the LDO using a multi-meter to see if it is actually out of range? If so, you might also want to measure the current draw; a voltage droop could be caused by the...
View ArticleForum Post: RE: Missing system_*.c/h and CMSIS header files for TIVA C Series
I have talked with my colleagues and they have said that the headers are close to being finished. I post in this thread when there is news.Thanks,Sean
View ArticleForum Post: CAN receive problem
Hi everyone.I've problem to ask you guys.I'm using lm-3s9d96 and implemented a CAN library to handle receiving and sending messages.I'm having a problem when I try to receive messages.I've 2 slave...
View ArticleForum Post: RE: TMX320F28069UPZPA timer1 accuracy?
Hi!It seems your PID-code is running too long. There is the problem of resource allocation time. Is "50 us" a fundamental value for you? Mayby try ~100 us.Regards,Igor
View ArticleForum Post: RE: Not a function pointer, not a callback, not clearly included...
[quote user="Andrew Eldredge"]The function appears to be defined in ptpd_dep.h under a comment /* sys.c */. Is it as simple as having that definition in place, and elsewhere defining the function and...
View ArticleForum Post: Help with CCS and EZ430
Hi,I have 3 TI boards EZ430, 430 launchpad and C2000 launchpad. For now I would like to get the EZ430 working but I also want to setup the other boards later. I have installed CCS 5.4.0.00091. I...
View ArticleForum Post: RE: 28027 longer first pwm pulse at Chopper submodule
Hello again, with few more question...How can i start Chopping after some time maybe in middle of PWM signal???And can I change Chopping frequency or duty-cycle in middle of PWM signal???
View ArticleForum Post: RE: 60 Hz filter for TMS320F2812
Hi!Do not premature applause...1 I still have not found anything.2 If I will find something that does not mean that it is right for you exactly.Good luck,Igor
View ArticleForum Post: RE: Pin doesn't Toggling N2HET using ECMP Instruction Issue
Keyur,There is another implementation possible.This method will use one of the capability of HET to modify synchronously his own code by using the MOVE instruction.As I've explain in a previous post,...
View ArticleForum Post: RE: JTAG won't communicate - TDO is constant high
Thanks for the reply, cb1_mobile. I'll investigate the information you mentioned, as well as the post from Sue Cozart's. In fact I saw this name in my search today, but didn't see the post.Adding...
View ArticleForum Post: RE: ADC result is quite noisy
It was very interesting...But there are times when all the problems are solved by correct grounding scheme...Igor
View Article