Forum Post: RE: CLA task interrupted by ADC
Hello Mosin,Certainly you are right, my bad.Thank you. Sincerely,Jaspreet
View ArticleForum Post: RE: Another RF BSL for the Chronos?
@Leo: I ended up implementing my own RFBSL firmware.
View ArticleForum Post: RE: MSP 430 Toolchain
[quote user="Niall Parker"]I understand we can finally get hardware debugging on a Linux host using the MSP-FET430UIF interface, has anyone tried it with the Spy-Bi-Wire interface on the original...
View ArticleForum Post: RE: spi communication about two mcu (CC430 to Cortex-M3)
Ilmars is right. Master and slave aren't synchronized. There are two main reasons for this: First: you don't use the same phase and polarity settings for both. Note that the MSP clock polarity is...
View ArticleForum Post: RE: How many cycles will be consumed when operate "TST R7"?
[quote user="old_cow_yellow"]I did not check, but I suspect they "work-around" all the bugs found in any member whether the particular member you use has the bugs or not.[/quote]From MSPGCC I know that...
View ArticleForum Post: RE: General MSP430 Question
[quote user="Ilmars"]I prefer LQFP. [/quote]I prefer parts with DIL package and (with same funcitonality) SSOP or TQFP. DIL makes breadboard prototyping much easier. We made some simple projects on a...
View ArticleForum Post: RE: MSP430 V4.1.0 no compiler warning for comparison between...
Why should you get a warning when comparing a value with a value? The comparison is perfectly valid. If you would do a "if j >=0" you'd get an 'expression is always true' or for "if (j<0)" an...
View ArticleForum Post: TM4C123 NMI unlock
Hello everyone, I have many questions about MCU pin muxing function. I’m now using the PF0 pin of TM4C123FH6PM, because this pin is NMI function, I want to unlock and use it as normal I/O port. The...
View ArticleForum Post: RE: Concerto blinky problem
Hi Trey,I am experiencing the same problem as this post. I was trying some experiments on the concerto control card using the TI Experimenter Docking station, with NO external hardware attached. Things...
View ArticleForum Post: EPI Concerto
Hello Lori:How do I ensure that when I write/read to the Local from the M3 and C28 there is no bus contention between the C28 and M3?Thanks in Advance Arye
View ArticleForum Post: RE: need some support about program msp430f249 through ft232bl by...
Hello Kaite,I want to know exactly that I am using msp430f249 and I prefer to build a demo code into this chip, so I just utilize two pins p1.1 and p2.2 to program via BSL.However, two pins are UART...
View ArticleForum Post: RE: LPM not working with PWM
[quote user="Jens-Michael Gross"]My personal opinion is that the oteh rIV registers should behave the same way. There is no sense in writing to the IV register except if you intentionally want to clear...
View ArticleForum Post: RE: reset voltage failure
[quote user="old_cow_yellow"]hence there is a leakage to ground with an equivalent resistance of:R = 1.27 / 0.083mA = 15K[/quote]Just for fun, I assumed R1 being connected to GND instead of 3.3V....
View ArticleForum Post: DRV8301 shunt resistors
Hi,I noticed that for the shunt resistors you're using a 2mOhm resistors.If I calculate for the max continuous current of 40A we get 80mV.However, the voltage input range of the DRV8301 is +-0.3Vso...
View ArticleForum Post: RE: Missing system_*.c/h and CMSIS header files for TIVA C Series
Hi Jordan,Now I have time to take a look at it. I will post my email to you.Do you have a version of The Writeup 2: Electric Boogaloo based on Tiva (as guideline)?Will try to port my program as soon as...
View ArticleForum Post: RE: Timer A current draw for MSP430F51xx
[quote user="Gregory Helton"]Timer D is specified, , but I hope Timer A is a lot less.[/quote]TimerD is specified because it has an internal frequency multiplier. This component makes up for most of...
View ArticleForum Post: RE: Auto-increment with R3 as destination
[quote user="old_cow_yellow"]I am having a great time.[/quote]And you still have time to write posts here? :-)[quote user="old_cow_yellow"]Unfortunately, we are not going to visit Wroclaw. We are going...
View ArticleForum Post: RE: What is the distinction between OUTMOD0 and OUTMOD_0?
[quote user="Robert Cowsill"]Changing the user guide to match the other set of constants probably isn't the best way to fix that issue after all.[/quote]There's actually a third set of defines: the...
View ArticleForum Post: C++, Stellaris LM3S Cortex M3 - 64 bit core with 32 bit...
In past my dealings with C++ and the Intel MPU registers typically lagged by half the stated MPU 64 bit count. Not sure if that was the cores bus density at 64 bit or if the cores bus arbitrator...
View ArticleForum Post: RE: Can't Run Target CPU.(Error-1156) Problem
Hi Igor,I tried to load RAM and other C28 projects, but it is still not working. I think it is the global issue of access to device. I noticed that when C28 core is connected, it sometimes indicates...
View Article