Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length



Pages: [1]
  Print  
Author Topic: Video Playback using an RLP  (Read 1522 times)
SupportAdmin
Administrator
Hero Member
*****
Posts: 5516



View Profile WWW
« on: July 22, 2009, 01:58:32 PM »

Do you want to learn more about RLP? Or be able to playback a video stream?
Check out our blog!
http://tinyclr.blogspot.com/

Update: the project is complete and up if you want to try it
http://www.microframeworkprojects.com/project/41
« Last Edit: October 17, 2009, 03:35:40 PM by SupportAdmin » Logged
4dotnet
Newbie
*
Posts: 8


View Profile
« Reply #1 on: September 11, 2009, 02:10:02 AM »

Will RLP be available for all GHI .net products?

I want to test RLP on the Embedded Master Module.

Logged
SupportAdmin
Administrator
Hero Member
*****
Posts: 5516



View Profile WWW
« Reply #2 on: September 11, 2009, 04:10:19 AM »

GHI invented RLP Smiley It is already available on ChipworkX but as of now we do not have plans for EM yet
Logged
4dotnet
Newbie
*
Posts: 8


View Profile
« Reply #3 on: September 11, 2009, 09:46:41 AM »

Can GHI tell which timer for ChipworkX is used for the MicroFramework?

we are testing RLP and want to implement a ISR with a timer.
Logged
SupportAdmin
Administrator
Hero Member
*****
Posts: 5516



View Profile WWW
« Reply #4 on: September 11, 2009, 09:59:12 AM »

Timer 0 is reserved, 1 and 2 should be free.

Installing ISRs in RLP will be a supported feature but currently we do not support it just yet.
Why do you need to use timer? Just to test ISR?
Logged
4dotnet
Newbie
*
Posts: 8


View Profile
« Reply #5 on: September 11, 2009, 11:36:05 AM »

we want to handle a uart based protocol
at timer interrupt a statemachine will handle the protocol stack

we want to handle the complete protocol in native code with RLP

Is it NOT possible to use RLP for starting a timer interrupt?
(even not for catching a UART interrupt  Huh )

when will this feature be available?

Best regards
Logged
SupportAdmin
Administrator
Hero Member
*****
Posts: 5516



View Profile WWW
« Reply #6 on: September 11, 2009, 11:51:19 AM »

Quote
Is it NOT possible to use RLP for starting a timer interrupt?
(even not for catching a UART interrupt   )

when will this feature be available?

I theory, ISRs are available and possible now but we do not have examples yet. A new SDK will come this/next week that will add many new features and enhancements and examples for RLP. Examples for ISR installing using RLP will come after. If you can't wait for few weeks  then we can work with you one-on-one to help you out.
Does your protocol require such accurate timing? Most UART interfaces work fine with 10ms or even 100ms delays. What I mean is why no call your state machine handler from a timer in managed code?

RLPs are great but not as simple as managed code and so you should use them only when it is a must. Sometimes you can device the code so, for example, the state machine and UART driver is in managed but the CRC calculation and data parsing is done in RLP.
Logged
Ronny.Hansen
Jr. Member
**
Posts: 65


View Profile
« Reply #7 on: September 29, 2009, 03:59:26 AM »

I would like to move my real-time protocol handler (that I today have in a separate Atmega chip that I communicate with using SPI) to a RLP.
The problem is that the USART protocol has a 5ms maximum timeout after a packet (set of bytes) is received, but I should really read the received byte within 1 ms after it is received to calculate the potential respons.

Will this be supported by the new SDK so that I can hook into the USART interrupt ?
Logged
SupportAdmin
Administrator
Hero Member
*****
Posts: 5516



View Profile WWW
« Reply #8 on: September 29, 2009, 07:24:22 AM »

Why next release? You can do it now!
Just keep this in mind, once you use the UART in RLP then you must not use it in managed code. 5ms or 1ms is no problem for 200Mhz ARM processor!
Logged
Pages: [1]
  Print  
 
Jump to: