Forum Post: RE: Using an Alternative LCD for Beaglebone Black
HI there, I am also going to be working with 5.7 inch TFT LCD.Have you found any solution ? Thanks.
View ArticleForum Post: RE: suspend - power management
Hi Titus,Thanks very much.The above example is applicable for platform device. Is there any example for character device ?Thanks,Ran
View ArticleForum Post: RE: AM3352 Linux cross compile problem
Hi Patrick,This is gcc specific. Please read the gcc manual page. The -fpic flag is used to generate position independent code, suitable for use in shared object files.Best regards,Miroslav
View ArticleForum Post: RE: Problems to set DMTimer1_1MS
I guess the Reference Manual is just missing the information, that the prescaler has to be enabled in order to get the 1ms overflow interrupt with the given values (Divisor PS = 2).@TI, correct?TPIR =...
View ArticleForum Post: RE: Stack corruption on return from BIOS_start
[quote user="Steven Connell"]Is it possible that what you're doing in your two tasks is taking up a lot of stack space?[/quote]At this point the task are doing nothing but calling Task_sleep(100)....
View ArticleForum Post: RE: configuring UART ISR using DSPBIOS 5.41 on 5535 ezdsp
Ashok,Thanks for attaching that. I see that you've made a HWI instance and assigned it to HWI6 with ISR function "uart_isr".[quote user="Ashok H.S."]I'm using the CSL functions to set up and config...
View ArticleForum Post: RE: HARD FAULT help RTOS TIVA
I find issue. The problem was with FPU. Calling FPUStackEnable() in BIOS cause this Fault.
View ArticleForum Post: RE: I need example of can tc rx based on ti-rtos!!!!
Hi Joo Yul Park,As I mentioned, TIRTOS unfortunately doesn't have a CAN example.I would recommend starting with an existing TIRTOS example, perhaps the GPIO example. You should try building and...
View ArticleForum Post: detecting interrupt on GPIO in kernel module
I am toggling the input into a GPIO line on my BeagleBone from high to low every 500 ms using an Atmel uC. I have registered a handler for this in my Linux Kernel Module, but the handler is not being...
View ArticleForum Post: WEC7 AM335x - Unmasking GPIO Interrupt causes interrupt to fire.
Hi everyoneOn using the Adeneo BSP for AM335x I get the following when trying to use the GPIO interrupt:-1. On detection of a falling edge, a GPIO interrupt fires.2. The interrupt service routine (ISR)...
View ArticleForum Post: RE: Linux: Cannot view/modify pinmux settings via debugfs
Thanks Miroslav,Unfortunately the SDK kernel we have is not booting on our custom hardware, and I have not looked into why yet. We have downloaded/configured/built the kernel (3.12) as...
View ArticleForum Post: RE: WEC7 Pin Mux Configuration Explanation
Have you tried going to the Command Prompt and using do in32 <address>ie>\do in32 44E10950 (Return)Running thru some of the SPI0 pads gave the followingconf_spi0_sclk = 0x44E10950 = 0x00000020...
View ArticleForum Post: RE: H.264 encoder with barrier implementation on uncacheable memory
Hi Andrey,We could not able to debug further much on this issue as we got locked up with other priorities.We will give you an update early next week.Thanks and regardsSudheesh
View ArticleForum Post: RE: Sitara (AM335x) Linux SDK 7.0- mount: invalid argument
ext2 can be used on NOR. The script works. Only change required is NOR should be unprotected before partitioning/formatting it.
View ArticleForum Post: RE: rtos tiva BIOS clear FPU registers
I am using TivaWare that ships with TITROS.Tere isn't any documentation about it. It is my own conclusions. Maybe i am wrong.Just simple project with one Task after calling one of these functions crash.
View ArticleForum Post: Grace 3.0: Selecting XT1 bypass gives 2 compile errors.
When selecting to use external oscillator for XT1, generated code is:CS_bypassXT1WithTimeout(CS_XT1_LOW_FREQUENCY, 100000);1. CS_XT1_LOW_FREQUENCY is no longer defined, 2. Too many Parms. Prototype is...
View ArticleForum Post: RE: NDK Port 2 support
Hey Steve, Thank you. I'll be waiting. Currently trying to track how the Transmit DMA queues operate in the AM335x switch.John C.
View ArticleForum Post: RE: Ethernet FCS errors on ACK packets
Hi David,Based on what I've read, it would seem that these frames with less than 60 bytes (in WS) are improperly formatted frames, which are not conforming to the standard's minimum requirement of 64...
View ArticleForum Post: RE: TI RTOS c2000 cannot fit into memory with UIA, lab 4
Hi, EricMany thanks for such great job. The TI-RTOS workshop is really helpful and comprehensive. In terms of MCU, unfortunately I have only that core right now but I am going to buy TMDSCNCD28069 to...
View Article