Forum Post: RE: Port 9 not accessible using tiRTOS GPIO
Are you saying the follwoing [quote user="Arslan Ahmad Faisal"]GPIO_setAsOutputPin (GPIO_PORT_P9, GPIO_PIN0);[/quote]is not doing anything?Todd
View ArticleForum Post: RE: Port FatFs sdio example to TM4C1233h6pm api failure
Have you tried stepping into the SDSPI_open call to see what is causing the problem? You can look Tools->ROV->Hwi->Exceptions in CCS to get the back trace also. Just follow the instructions on...
View ArticleForum Post: RE: LoggerSMDump not returning (no logs being read)
Can you confirm the records are in the shared memory on the target. Open a Memory browser and look for ti_uia_runtime_LoggerSM_Module_State_o_sharedBuffer__A. You should see records similar to my...
View ArticleForum Post: RE: UART1 to UART5
Hi Hans, Example of starterware is all about UART0. UART0 is using totally different clock and regietr than rest of the UART
View ArticleForum Post: RE: AM335X WinCE 6 BSP Running Successfully!
I really need it , and i'm already send you email. My email address: jianmin_chen6@163.com
View ArticleForum Post: RE: how to add memory segment in ccs v6?
Thank you!!I solve the problem because of your help. Thank you!!!!
View ArticleForum Post: RE: How to access FPGA via EMIF on omapl138
Hi Joe,Actually, We don't have FPGA on TI EVM boards so we don't have document or TI wiki for your requirement.Though we have customers that they have tried FPGA interface with OMAPL138 and also with...
View ArticleForum Post: RE: How to upgrade U-Boot/UBL from Linux
Hi Bill,[quote]So I tried what you asked (after first re-writing the Linux partition to unlock the U-Boot partition). The good news is that our device did boot up, however it is still using the old...
View ArticleForum Post: RE: stdout from threads when using GCC and Sys/BIOS on ARM?
Hi David,We do take care of adding the "-L" option if the app is built using package.bld build flow (i.e. the application sources are put in a package and the package is built using xdc tools on cmd...
View ArticleForum Post: RE: SYS/BIOS Arm A15 Support
Hi LucaM,For AM335x the gel code is a bit different as it has Cortex-A8 instead of Cortex-A15. Here's an example:#define ICACHE_ON 0x1000 #define ICACHE_OFF ~ICACHE_ON #define DCACHE_ON 0x4 #define...
View ArticleForum Post: RE: How to relocate the NDK buffer to DDR while keep the local...
Hi SteveThank you so much for your reply.Most functions are working ok now except the function called by DaemonNew() in NetworkOpen().Are the stacks in the functions called within NDK assigned in a...
View ArticleForum Post: RE: Tiva C connected LaunchPad and TI-RTOS: Can't get the DHCP...
You do not need to rebuild everything (e.g all). You should have just rebuild the NDK (e.g. gmake -f tirtos.mak ndk).Can you delete you ti-rtos installation and re-install it? You can get the installer...
View ArticleForum Post: RE: SPI data transfer error, transfer stops after one byte sent
Norman,Thanks for clearing that up. In the back of my mind I was thinking that if the number was off then how are things working at all on the one board. :-)Dan
View ArticleForum Post: RE: LoggerSMDump not returning (no logs being read)
Can you try this new library (I added the .pdf to avoid the forum police)? (Please visit the site to view this file)Rebuild loggerSMDump.out with the new library and run it. This will dump out the...
View ArticleForum Post: RE: USB Device not recognized
The NDK is trying to allocate some memory during initialization. Can you attach your map file and new .cfg file?
View ArticleForum Post: RE: OpenMP example: ti.omp.examples.platforms.evm6678: can't find...
You should be OK with CCS 5.5. I've used 5.4 with the 2.01 version of the mcsdk and it worked fine. Eric
View ArticleForum Post: RE: Getting Started with IAR & MSP430 TI-RTOS
It looks like there are some hard-coded paths (c:\ti) in the generated examples. You can re-generate the examples with the following steps.1. edit the tirtos.mak to have the correct paths to compiler,...
View ArticleForum Post: RE: UART1 to UART5
HI carlos, Thanks for the reply. I enable the L3SClk and L4clk but still not working, I look at the UART4 register,THR is not changing at all
View ArticleForum Post: RE: debug for notify example using ccs on DM8148
Hi Ramsey,I can step through the code now! As you say, the problem is that I set a break point on the DSP in main(). I benefits very much from the second last paragraph. Thanks for your patience!But I...
View ArticleForum Post: RE: problem in building syslink samples with CCS
hello ':dsp' is added and project is built. Now this time error isC:\ti\ccsv5\utils\bin\gmake -k all 'Building file: ../MessageQ_omap3530_dsp.cfg''Invoking: XDCtools'"C:/ti/xdctools_3_23_03_53/xs"...
View Article