Forum Post: RE: CCS v6 for mac free license activation failur
Oh really?!! Great! Thank you Anup.
View ArticleForum Post: *** Why Arm Micro controller's Forum does not let me post anything?!
I tried to post my question related to the J-Link but it gives me ACCESS denied! Regarding my question: Like MSP430 that I use MSPFlasher to load the code into the board. I wonder if I can use any Arm...
View ArticleForum Post: RE: Require Tutorial for Programming using C Language of MSP430
You can use the built-in function _delay_cycles . It will delay cycles not secods, so you will have to a bit of math first. I don't know your board, but if I searched correctly its 8MHz. This means it...
View ArticleForum Post: RE: MSP430FR2311 default program download
Hi Eli, I'm sorry to hear that you've been experiencing issues in finding the MSP-EXP430FR2311 out-of-box experience code and other software examples. As stated in Section 1.5 of the User's Guide this...
View ArticleForum Post: RE: *** Why Arm Micro controller's Forum does not let me post...
Hi, I might have to move this to a different forum to better assist you. What arm device are you trying to load? and why don't you want to use IAR? Regards, Charles O.
View ArticleForum Post: RE: Old Cow Yellow Celebration Week - Thank you from all of the...
Thanks for all you do OCY. You are my idol.
View ArticleForum Post: MSP430FG6626 CTSD16 clock fault
I'm using CTSD16 on MSP430FG6626 . The CTSD16OFFG bit in CTSD16CTL Register is always 1, just on device power-up before configuring the ADC. The conversion still starts (and even enters interrupt...
View ArticleForum Post: RE: Device not found, tried many methods, but still not work.
Hi Qi, Could you please share your connections between the MSP FET and the EVM?? Also, are you using this cable www.tag-connect.com/TC2050-IDC-430 Two more questions: 1. Are you using an external power...
View ArticleForum Post: RE: Old Cow Yellow Celebration Week - Thank you from all of the...
It's been my honor to meet you twice in Taipei. Since I start to active on E2E, you are already there to help people and keep moving until now. Thank you all for your contributions to E2E forum.
View ArticleForum Post: RE: Problem in USB-CDC-UART bidirectional bridge
Hi Clemens, Thanks for your reply. I agree it is better to use a ring buffer in both direction. But I think there must be some other problem. I added to some code to simulate a ring buffer: switch...
View ArticleForum Post: RE: Old Cow Yellow Celebration Week - Thank you from all of the...
A True "Legend"! OCY you've helped numerous members on the forum and are still continuing to do so.... this in itself is a Great motivation for all of us who try to help others. Thank you for being...
View ArticleForum Post: RE: static,extern,symbol "DHCPSOpen" redefined: first defined...
Hi JiangNan. This error usually occurs because you have the variable or function defined twice in the same project. Try highlighting the "DHCPSOpen" and use ctrl+alt+G. This should show the various...
View ArticleForum Post: RE: SPI based LED driver
Hello, There are no specific code examples for interfacing the MSP430F67641 with LED drivers but TI does provide a few simple SPI examples for this device: www.ti.com/.../slac647 Pay special attention...
View ArticleForum Post: RE: MSP430F5325 TimerA2 issue
Hi Sujatha, So does Timer_A2 work properly when you locally update the MSP430F5325 firmware? What resources are you using to accomplish a remote firmware update? There could be a bug involved in this...
View ArticleForum Post: RE: SPI based LED driver
Hi Chintan, What is the output off the MSP that you are not getting? is the SPI not working as you expect it to? Regards, Charles O
View ArticleForum Post: RE: Grace
Robert, Have you downloaded Grace from the tool page? http://www.ti.com/tool/grace It comes as a CCS plugin or standalone software. A quick-start guide is provided on the TI Wiki:...
View ArticleForum Post: RE: systick_interrupt_gpio_blink.c and questions on systick...
Hi, I made sure MAP_Interrupt_disableSleepOnIsrExit() was present and removed all calls to MAP_PCM_gotoLPM0InterruptSafe(), and I have both systick and the uart working concurrently.
View ArticleForum Post: setCalendarAlarm design question, why least unit is "minutes" and...
Hi, What I would like to do is set a wakeup alarm, go to sleep at the lowest power, and then wake up at a specific time in the future. The call setCalendarAlarm() can only get the code to wake at the...
View ArticleForum Post: RE: library file and timer initialization in energia for...
Hello Divya, Since Energia does not have any inherent APIs for timer control you can either use basic C code or driverlib (support for which is included in Energia ) to initialize and use timers:...
View ArticleForum Post: RE: Receiving data from MSP430i2040 EVM without the...
Hi Abanoub, It might be the case that calibration is required before the application can continue, I will loop in the metering team to further comment on this matter and advise on what your options...
View Article