Forum Post: RE: CCSv6 App Center blank on linux
Hello Matthijs,Thank you for sharing this on the forums for the benefit of others!ki
View ArticleForum Post: RE: CCS6 'Configuring Debugger' takes forever
Hi Ben,Glad to hear the alternative is working. I don't know when this issue would be investigated further unfortunately. It is a bit tricky to figure out what is different about the virtualized port...
View ArticleForum Post: RE: CCS Build Error: fatal error #1965: cannot open source file
[quote user="Curtis Mayberry1"]The file is located at:C:\Users\cmayberry7\Github\GTBE\gtbelib\pga_pga2311.hI have this folder in my include path as a variable, GTBELIB_INSTALL which resolves to...
View ArticleForum Post: RE: Debug Error: No Source available for main(), while fixing the...
[quote user="Deep Anand"]This I am doing by putting ‘.text:_isr:_c_int00_noexit : {} > 0x9400’ line in linker command (.cmd) file, it says No Source available for main(), while starting the debugger...
View ArticleForum Post: RE: CCSv6 - How do you get the printf logs window to upload a...
Great! Good to hear that's been solved. Does this mean the other post:http://e2e.ti.com/support/embedded/tirtos/f/355/t/347073.aspxis also solved? I should have noticed earlier that you might have...
View ArticleForum Post: RE: Olimex XDS100 V3 with CCS5.3 debug issue when try to add...
Stellaris does not support full Real-time Mode as supported by C2000. But it does support real-time memory accesses via the DAP. See the below module for more...
View ArticleForum Post: RE: CCS v5.5.0.00077 for msp430 windows7 32bit
thank youthere is no need for manual enter properties general advanced and add the linker command fileEzra
View ArticleForum Post: RE: the bitfield of struct in big-endian device
[quote user="fan Linlin"]"Bit fields are packed in memory from most significant byte to least significant byte ."[/quote]That sentence is the specification for the order of the fields. In big endian...
View ArticleForum Post: RE: why compiler5.0.1 allocate 32-bit address to a 16-bit variable ?
Please show the options used when compiling and linking. And attach your linker command file. That might reveal something useful.Another method to consider ... Supply those data definitions in...
View ArticleForum Post: RE: Debug Error: No Source available for main(), while fixing the...
I dont have that exact device to test with, but tried a test with a different MSP430 device by placing the .text:_isr:_c_int00_noexit section at a fixed address and didnt have any issues reaching...
View ArticleForum Post: RE: LTSpice file LM3488
Hi Nils,LM3478 and LM3488 have simulations enabled in WEBENCH. Have you tried creating your design and simulating using the WEBENCH panel in the respective product folders?If you are looking for a...
View ArticleForum Post: RE: SPICE Model Request : LM3485 and TPS92640
Sorry for the typo. The model file is for LM3485.
View ArticleForum Post: RE: Can't recognize int32
I have solved the problem by defining it manually once again right in my code. Now it recognizes it. However, now I keep receiving numerous errors, becauseReadCodecData , WriteCodecData and...
View ArticleForum Post: RE: Multiple MCSDK in the RTSC products
Great. One of our guys is looking to see if we can manually tweak something in MCSDK to work around this. If that works out we will reply back to the thread with the info.Regards,,John
View ArticleForum Post: RE: Sharing clock architect designs
Hello KR,Share design functionality is not currently available for clock designs. However, we plan to add that feature in shortly.Regards,Khang NguyenWEBENCH Software Manager
View ArticleForum Post: RE: TM4C123
Hi,What tool are you using? I am almost sure it is not CCS. Perhaps RVDS, is that so?If so, check: http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.faqs/ka15310.html--Cheers
View ArticleForum Post: RE: CCS fails to debug due to UART Connection
Erik,Are you looking to debug over UART? Typically the debug connection should be set to a JTAG debug interface such as the XDS100. The XDS100v2 is what is present on most newer C2000 development...
View ArticleForum Post: RE: CCS v6 hangup on programming device
Will,After the program is loaded and run to main it will halt at main(). If you want to then run click the green arrow to run the program.Regards,John
View ArticleForum Post: RE: CCS6, TMS320F28069 - GPIO reg changes don't "stick"
Ed,I would expect this if the referred GPIO pins/port is configured for input by mistake - in this case you would only be able to read back what is being fed to the pins. Keep in mind that CCS performs...
View Article