Forum Post: RE: SYS/BIOS NAND driver
Gauthier,SYS/BIOS doesn't have direct support for a NAND driver. Are you using any particular software development kit by any chance? If so, which version?
View ArticleForum Post: RE: multiple semaphore
Hi Nitish,[quote user="Nitish Gautam"]1. Semaphore 'count' doesnot seem to increment at all. Can you please let me know what's wrong am i doing here ?[/quote]Do you see your LEDs toggling? In your...
View ArticleForum Post: RE: TI-RTOS PROJECT CAN NOT BE BUILT
Hi Doruk,I wonder if the warnings that you get during the import are later affecting the build. Have you tried manually adding the long directory to your compiler import-path? Can you try adding the...
View ArticleForum Post: RE: Configuring ADC interrupts in TI RTOS
Josh,I just took a shot at adding C28 headers to the c28 demo. I've attached it with this post. You should be able to just import it into CCS and modify the "Path Variables" (screenshots below) to...
View ArticleForum Post: RE: RTOS on LauchPad TM4C123GXL
Karl,sorry for the late reply. This looks very strange. This looks like an imported project that needs UIA. I don't think your CCS installation has UIA discovered/installed.
View ArticleForum Post: RE: What Protocal canbe filled in socket funtion when use NDK if...
Hi Bin Hu1,Yes, the NDK supports raw sockets and you can create a raw socket just how you guessed.Once you create a raw socket, you will be able to receive "non standard" packets (i.e. Ethernet frame...
View ArticleForum Post: RE: XDC error: Cannot read property "target" from undefined
Jens,can you please check which version of NDK you are actually using? I see a 1.21 and 1.22 beginning referenced here.Also, please remove:xdc.loadPackage("ti.bios.tconf"); var SEM =...
View ArticleForum Post: RE: Porting cpsw drive in os_drive to beaglebone , something unclear
Bin,I'm unfamiliar with this os_drive/CPSW. Where are you referencing this from? Are you using the Industrial Automation SDK? What version are you using?
View ArticleForum Post: RE: WEC7 USB driver with AM3517
Hi Michi,So the hardware and host driver are working, that's a good start.Do you get any debug messages at all when you connect the keyboard?Can you confirm that the class driver (usbhid.dll) and...
View ArticleForum Post: RE: C66x H264 HP 4-core decoder questions
Hi Praveen,Thanks for you support. Finally I managed to run 4-core decoding.But it is very not stable on real-time DVB streams that contain errors (actually usual situation). It hangs somewhere inside...
View ArticleForum Post: RE: TI-RTOS PROJECT CAN NOT BE BUILT
Dear Baltasar,I installed the patch,changed the regional settings for Turkey,pop-up message disappeared, but could not find "xdc/std.h" like before.So i had to switch back old .jar file and changed...
View ArticleForum Post: DSPF_sp_fftSPxSP usage example and data packing
Hello!I need to implement complex floating point (single precision) FFT on C6670. I am considering DSPLIB v.3.1. for my case. It seems there is DSPF_sp_fftSPxSP() function. From documentation which...
View ArticleForum Post: RE: SYSBIOS - Using Mailbox module
Talha,what version of SYS/BIOS are you using?When you add this the Mailbox module into your .cfg file it will add the linker search path to the mailbox libraries.var Mailbox =...
View ArticleForum Post: RE: Initializing uSD card on AM335X ICE board
I originally was using the "hsMmcSdRw" project to try to interface with the uSD card, but switched to the "boot" project provided by starterware and now I can use read and write to the uSD card using...
View ArticleForum Post: RE: dm8148/am3874 EVM arm-none-linux-gnueabi -- No GDB found in...
Thanks for your help Vladimir.My build host is UBUNTU linux 10.04I attempted to build gdb for the ARM target using the following:./configure --build=i686-pc-linux-gnu --host=arm-none-linux-gnueabi...
View ArticleForum Post: RE: Using SD slot on AM335X ICE board
According to the schematic I have, the MMC1_CD pin is connected to pin M16 on the ICE board which is not one of the designated pins from the AM335X datasheet. I ended up pin muxing M16 as a GPIO pin...
View ArticleForum Post: RE: SMTP and POP on the NDK
I just checked with the FAE and this was done in a different environment to TI-RTOS so this won't help in the short term.
View ArticleForum Post: RE: Is sys bios will be supported for new development Hercules...
Simon:We are not supporting SYS/BIOS on any of the newer ARM Cortex R4-based devices. The main reason is that the great majority of users of these devices are designing safety-critical applications...
View ArticleForum Post: RE: multiple semaphore
Nitsch,see section 4.1 in the SYS/BIOS User's Guide. and the "Bigtime" SYS/BIOS example.
View Article