DMA to UART serial Driver for ColdFire

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

DMA to UART serial Driver for ColdFire

4,997件の閲覧回数
ericgregori
Contributor I
 
I wrote a DMA to UART serial driver for ColdFire.
 
You can get it at
 
 
 
This firmware is an example of how to use DMA transfers to and from the UART.
The source code is only about 200 lines, but includes 600 lines of comments. The project is for a MCF52233DEMO board, but the firmware will work on a MCF521x, MCF5223x(Ethernet), or MCF5222x(USB) MPU.

 

Functions:
                  int main(void)
                  unsigned char Get_Byte_From_Ring() - Take one byte from RX ring buffer
                  void Use_DMA_to_Send_Message( char *null_terminated_string )
                 unsigned char Check_DMA_Message_Status()
                 init_DMA()
                 init_DMA_UART_RX()
                 DMA3_isr() - interrupt is generated only when RX buffer is full (256 bytes)
                 uart_init() - example of how to init UART from ColdFire template
ラベル(1)
0 件の賞賛
返信
2 返答(返信)

574件の閲覧回数
gachen
Contributor I

The link to your patch is not valid anymore, could you update it again?

0 件の賞賛
返信

574件の閲覧回数
JackyPro
Contributor I
Thanks a million for your contribution.
0 件の賞賛
返信