Forum Post: RE: InstaSPIN FOC with concerto?
Hi ErichDue to time constraints (it was a student project) we switched to the Piccolo to make sure we would be able to finish the project in time, although it was not the optimal solution. I'm not...
View ArticleForum Post: RE: MSP430F2618 UART sample code not working
Thanks for the reply Barry. I am setting the breakpoint on the first line of the ISR, the "while(...)" statement, so I'm expecting that to get hit regardless of anything after it.
View ArticleForum Post: RE: LM4F230 USB Bootloader issue
Shrivardhan,Check your full part number on your device with the product list on http://www.ti.com/lsds/ti/microcontroller/tiva_arm_cortex/c_series/tm4c_arm_cortex-m4/products.pageCheck to ensure that...
View ArticleForum Post: RE: Debug RM48L952 chip with GDB
Thank you, Anthony.CCS is not first IDE which I try to use for RM48L952 chip.At beginning I used Keil MDK-ARM Pro (used in many other projects in our development department). But there was a problem in...
View ArticleForum Post: RE: 5438 experimenter board
Hi all, I found the image hit project but I am not sure how to use that tool to convert image into pixels information.. Can anyone give me some suggestions how to use that tool.
View ArticleForum Post: RE: Questions about using CCS v3.1 vs. CCS v5.4 with TMS320F2812
Hi,The latest CCS version is CCS v5.4. You can go for a complete installation for simplicity or select C2000 for custom installation. Once you upgrade to this version, implementation of libraries such...
View ArticleForum Post: RE: EMAC and PHY
Hi Manmesha,The Halcogen has examples for using Can communication did you refer to the Halcogen examples?This example should enable you to configure can for bidirectional data transfer.The project...
View ArticleForum Post: RE: TI adc12 program
It's MSP430F169 and the code name is fet140_adc12_03.cI understand now.Thank you very much!
View ArticleForum Post: RE: How to turn off /on cc2560 module in sppdemo application?
I think. BSC_Initialize & BSC_Shutdown APIs can be used for the same. I have to check the same
View ArticleForum Post: RE: How do you get PWM signals to be 180 or 120 degrees apart?
Sorry to inform you mate, that's the only doc that can help you out! Also, F2812 does not have ePWM modules so no phase register for sure. That doc is your only hope for solving your query.Regards,Gautam
View ArticleForum Post: RE: MAKE DEVICE SECURE LM4F120
Hi,I have no doubt that an haker can take my code: my question was only refered to the CCS option (that I can't use and I don't know why) and if the JTAG fuse can be broken with the LMFlashProgrammer :)
View ArticleForum Post: RE: RM48 F021 V2.00.01 API Fapi_CheckFsmForReady() and...
Hello Stomp,I have couple of questions for you,1. Can you pls re-check if the right header files/compiler options are fed (_LITTLE_ENDIAN/_BIG_ENDIAN)2. Can you pls place a counter as shown below and...
View ArticleForum Post: RE: program got erased in release mode
CCS studio version :5.2Target Device :MSP430F1611IPMIssue :Release mode program got erased from the memory when we unplugg the power supply and connect it again
View ArticleForum Post: problem with lcd WH1602D and lm3s6965
whylcdworks through timeor not workingat all?i am using next schemsPE.0(72)->DB4(11)PE.1(73)->DB5(12)PE.2(74)->DB6(13)PE.3(75)->DB7(14)PB.0(66)->E(6)PB.1(67)->RS(4)...
View ArticleForum Post: re: problem with lcd WH1602D and lm3s6965
whylcdworks through timeor not workingat all?i am using next schemsPE.0(72)->DB4(11)PE.1(73)->DB5(12)PE.2(74)->DB6(13)PE.3(75)->DB7(14)PB.0(66)->E(6)PB.1(67)->RS(4)...
View ArticleForum Post: RE: How to assign an address in ROM to a variable?
Hi, I've found the Problem. I must use the defined constant somewhere in code, otherwise the Compiler will remove it. Can I tell the compiler not to remove the constant without using it in code?...
View ArticleForum Post: RE: HET25 is not able to function as general purpose input
Hi Markus,Can you pls try the following settings before you try to use that pin as input,Pinmmr07 = 0x00020200Pinmmr25 = 0x01010100Let me know if that work's. I will try to dig a little more in to...
View ArticleForum Post: Problembs using SPI on TI-RTOS on Concerto (C28)
Hello, I've been trying to use the SPI in C28 with a newer version of RTOS (tirtos_1_10_00_23) that includes a package for SPI,but when I attempted to compile It said the version wasn't compatible with...
View ArticleForum Post: Using VPDMA to show uboot lcd logo, but limited by time
Hi TI friends, Now I encountered such a problem: by using DM814X ezsdk 5_05_02_00 I can show the logo on lcd and hdmi, but it is limited by time. I means the logo on lcd and hdmi can be shown only...
View Article