Forum Post: RE: swi runs before posted
Hi Dave, Can you try putting a breakpoint in the ISR & swiConvertAnalogValuesFxn and see which breakpoint is hit first ? Also, is AtoD_ISR a regular Hwi or a zero-latency Hwi ? Best, Ashish
View ArticleForum Post: RE: C6678 H264 encoder output shows artifacts with CBR
Hi Sudheesh, Thank you very much for the info. I'm doing high profile H.264 RTP streaming at 30 bps using CBR, and I'm forcing every 10th frame to IDR. This works with v1.0.1.4, although with some...
View ArticleForum Post: RE: Undefined reference to ipc_gates and ipc_heaps
[quote user="Mike Stich"]I would gladly use the most recent version of all the tools, but I've been pretty confused as to what works with which device/bios/xdc/CCS versions. It has seemed to me that...
View ArticleForum Post: RE: How to use System_printf in tirtos_simplelink_2_11_00_03_eng
Hi Ashish, Sorry I forgot to mention my environment. The Compile is IAR 7.30.3 The Chip core is M3(this SOC is under NDA now so I can not mention chip name) My config is : var Defaults =...
View ArticleForum Post: RE: Use xdc tools to create the DEv.h header file
Hi George, If you dont mind I would like to understand why you need to modify DeviceParams structure ? In order to modify the structure, you would need to update the structure definition in ti/ sysbios...
View ArticleForum Post: RE: C64+ Atomic Interrupt
Hi Geir, Are you building a SYS/BIOS (BIOS 6) or DSP/BIOS (BIOS 5) application ? I am guessing in order to register an interrupt for intNum 15, you are creating a Hwi ? When do you see the interrupt...
View ArticleForum Post: RE: TIVA Connect Launchpad with TI-RTOS semaphore problem
Hi Randall, You did not share the error you are getting so I am not sure what the problem is but I did a quick review of the code you shared and found a problem. I see that you are creating an instance...
View ArticleForum Post: RE: UART TI RTOS driver problem tm4c123gh6pm tiva c
Hi Marinkovic, The first argument to UART_open() is suppose to be an index into the UART's HWAttrs table. The HWAttrs table may list more than one UARTs and the index tells UART_open() which one you...
View ArticleForum Post: RE: How to use System_printf in tirtos_simplelink_2_11_00_03_eng
Hi Now I do this like below: in appBLE.cfg var SysCallback = xdc.useModule('xdc.runtime.SysCallback'); var SysStd = xdc.useModule('xdc.runtime.SysStd'); var System =...
View ArticleForum Post: RE: swi runs before posted
Thanks Ashish, As you suggested I put a breakpoint in the ADC_FIFO_Full_ISR & in swiConvertAnalogValuesFxn. The ADC_FIFO_Full_ISR runs first. I commented out "ADCProcessorTrigger(ADC0_BASE, 0);" in...
View ArticleForum Post: RE: am335x_evm and sdk ver 07.00 having problems
Hi Ivan, Yes. I agree too. In fact I wondered why the .dtb file is not being loaded. That is one of the doubts I thought of asking you. Can you please share your include/configs/am335x_evm.h config...
View ArticleForum Post: RE: How to use System_printf in tirtos_simplelink_2_11_00_03_eng
Hi it is me again, now I do this document "TI-RTOS 2.10 User’s Guide" UART driver chapt.... UART_Params_init(¶ms); //params.baudRate = someNewBaudRate; params.baudRate = 115200;...
View ArticleForum Post: RE: Use xdc tools to create the DEv.h header file
Thank you for the aswer. It was a wrong approach when we tried to change SIO with GIO .In any case I tries this that is described in section rebuilt bios but the new DEV.h was not generated. Best...
View ArticleForum Post: SPI driver C6748
Hi, Whether it is possible to use SPI driver from C6748 BIOS PSP for data acquisition from the device which forms a ready about the new data? That is in the device after each sample cycle, the sensor...
View ArticleForum Post: RE: C6678 H264 encoder output shows artifacts with CBR
Hi Harshal, Since your IDR insertion is not random (forceframe feature may not be required), you can do that as shown below: intraFrameInterval = 10; IDRFrameInterval = 1; Regards Sudheesh
View ArticleForum Post: How to modify _c_int00 startup code of SYS/BIOS boot module?
Hi I am using Sys/Bios with Tiva uC Before my software starts, I need to execute RAM pattern test for entire memory for that reason I cannot just simply register to one of startup hook function...
View ArticleForum Post: RE: [DM385-H.264]flickering in right end of image at very...
Hi folks, I have set the input and output resolution on the H.264 encoder to 2032x1536. My understanding is that this resolution will not require the MegaPixel encoding element to be enabled. However,...
View ArticleForum Post: SecondsClock usage
TIRTOS on a TM4C123GH6PGE . tirtos_tivac_2_10_01_38 Code Composer Studio Version: 6.0.1.00040 From the cfg file: var SecondsClock = xdc.useModule('ti. sysbios .hal.SecondsClock'); From this users guide...
View ArticleForum Post: RE: How to use System_printf in tirtos_simplelink_2_11_00_03_eng
I find the problem is in IAR Arm compile does not support System_printf. So I am going to find the How to define the "__dwrite" in IAR.
View ArticleForum Post: RE: Beagleboard with USB OTG
Hello Bin Liu, It seems that it works, but only partly. It has some disconnections every several seconds, and after such disconnect I need to set the ip again, and only then can check ping with PC. Do...
View Article