Forum Post: RE: BSL MSP430F5659
Same problem for me too it shows unknown command in usb firmware upgrade example 2.0
View ArticleForum Post: RE: Simulink/Matlab for RM48
hiI have DRV8301-RM48-KIT and i am beginner to ti's and other controller programming. I am finding it difficult to start with ccs and it would be very helpful if i can use simulink environment to...
View ArticleForum Post: RE: TI-RTOS on MSP430F5338
Hello Channabasappa,The most recent version of TI-RTOS uses a kernel version of 6.37.00.20. According to the supported devices list, MSP430F5338 is...
View ArticleForum Post: RE: msp 430
Apparently you did not even try to find answer by yourself because trying to search "msp430 wifi module" on TI site would give you this:https://estore.ti.com/msp-exp430g2-cc3000boost.aspx
View ArticleForum Post: RE: SCI Communication
Hi Usman, Yes as you've mentioned there is only port available for direct PC communication ie linked with SCIA. You can make use of SCIB to communicate with the other PC, but then you'll be needing a...
View ArticleForum Post: RE: Delfino TMS320F28335 (28335) workaround for errata "Memory:...
Hello, Can you please explain in more details in what cases exactly the issue can occur ? If the issue occurs at specific scenario, will it occur with all chips of the same type (we are using...
View ArticleForum Post: RE: Keep getting message...
[quote user="Silver Diamond"]I am getting the message below in CCS5.5. Why do I keep getting it?[/quote]Does the error before or after main is reached when debugging?Also, can you clarify which device...
View ArticleForum Post: RE: DRV8301 TMS320F28069M Driver Issue
Hi Brett/ChrisI was able to get my hands on an older TI Dev board (DRV8312EVM - Card: CC2803X) - long story short, the card installed as expected when I plugged it in and I was able to run hello world...
View ArticleForum Post: RE: OTAP and MSP430...
[quote user="Nick de Smith"]I was wondering if there is any exemplar code out there for OTAP - even just some pointers as to a good approach would be appreciated - remember, I'm new to MSP430s (and Ti...
View ArticleForum Post: RE: Doubts regarding the use of a tiva micro-controller
Hello. I will try to answer your questions one by one.1) Yes, it is possible to do so. You may store the .bin file in the other controller's RAM/Flash to do so.2) You can store data in Flash memory....
View ArticleForum Post: RE: problem in software download please help
You are welcome, Omar. All the best!
View ArticleForum Post: Problems with VisSim and CCS
Hi,I am fond of VisSim concept and trying to use in my projects. However, integration of VisSim to CCS consistently causes trouble for me. I have had problems with compilation and program download to...
View ArticleForum Post: RE: EKLM4F120XL
Ok here i am posting.My programme is very simple.I have used simple pointers to turn on all the bits of RGB LED.int main() { *((unsigned int *)0x400FE608U) = 0x20U; *((unsigned int *)0x40025400U) =...
View ArticleForum Post: RE: Filtering the Acquired analog signal
You said you want to calculate average of eight. Did you get that done? How did the gain vs. frequency look like?You also said that you used mathlab to design a low-pass filter. What are the filter...
View ArticleForum Post: SCI Communication TMS320F28035 Problem with captured data via I2C
Hi,I want to implement a code to send data, recieved from 5 sensors, to PC via USB. I used an example program sci_loopback, took a couple of lines from it and put it in the program which captures data...
View ArticleForum Post: RE: eZdsp F28335 USB drivers for windows 8
[quote user="Pieter Gervoyse"]... Windows 8 computer ... CCS DSK v3.3 IDE"[/quote]CCS v3.3 is not supported on Windows 8. Support for this particular revision was last on Windows XP.You can download...
View ArticleForum Post: RE: tms570LS3137 N2HET pulse detection
Thanks Anthony.Another question: Now my code is ready. I have two codes and i want to use both the N2HETs. I tried configuring the second N2HET with same configurations as first N2HET, but i do not see...
View ArticleForum Post: TMS570LS3137 DMA
HiCould you tell me how the DMA HW requests are set in the TMS570LS3137?I've looked through the TRM but had no luck, though another has been useful though for another...
View ArticleForum Post: RE: DrivelLib assert()
[quote user="Michael S"]The mechanism is already in place. It's just a matter extracting the RTS lib, adding exit.c and placing the breakpoint or any other indicator of one's choosing.[/quote]Thanks,...
View Article