0% found this document useful (0 votes)
37 views

X Cube Paral Com

This document describes an X-CUBE-PARAL-COM software solution that enables parallel synchronous communication using GPIOs and DMA on STM32 microcontrollers. The software allows transmission of data over GPIO pins at up to 10MHz for the STM32L476G discovery board and up to 7.82MHz for the STM32F429I discovery board, with CRC checking and timeout detection. The data is stored in internal SRAM or external SDRAM and transmission is limited by the size of that memory.

Uploaded by

Maziyar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
37 views

X Cube Paral Com

This document describes an X-CUBE-PARAL-COM software solution that enables parallel synchronous communication using GPIOs and DMA on STM32 microcontrollers. The software allows transmission of data over GPIO pins at up to 10MHz for the STM32L476G discovery board and up to 7.82MHz for the STM32F429I discovery board, with CRC checking and timeout detection. The data is stored in internal SRAM or external SDRAM and transmission is limited by the size of that memory.

Uploaded by

Maziyar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

X-CUBE-PARAL-COM

Parallel synchronous transmission using GPIO and DMA software


expansion for STM32Cube
Data brief

Features Description
• Timeout detection of end of transmission The STM32 microcontrollers are able to emulate
• CRC check of transmitted data parallel synchronous communication through
GPIOs using the embedded DMA IP.
• STM32L476G discovery board implementation
features The X-CUBE-PARAL-COM software solution
– Storage of transmitted data in STM32L476 developed on STM32Cube offers an
internal SRAM implementation of such parallel synchronous
interface on STM32L476G and STM32F429I
– Up to 10MHz transmission clock
discovery boards. It can easily be ported on other
– Data frame length limited by internal SRAM platforms.
size and DMA 16bit counter (65530 data
transmitted)
• STM32F429I discovery board implementation
features
– Storage of transmitted data in external
SDRAM
– Up to 7.82MHz transmission clock
– Data frame length limited by external
SDRAM size

February 2016 DocID028543 Rev 2 1/3


For further information contact your local STMicroelectronics sales office. www.st.com
Ordering information DB2718

1 Ordering information

X-CUBE-PARAL-COM is available for free download from STMicroelectronics web site


www.st.com.

2 Revision history

Table 1. Document revision history


Date Revision Changes

20-Jan-2016 1 Initial release.


02-Feb-2016 2 Document classification changed to public .

2/3 DocID028543 Rev 2


DB2718

IMPORTANT NOTICE – PLEASE READ CAREFULLY

STMicroelectronics NV and its subsidiaries (“ST”) reserve the right to make changes, corrections, enhancements, modifications, and
improvements to ST products and/or to this document at any time without notice. Purchasers should obtain the latest relevant information on
ST products before placing orders. ST products are sold pursuant to ST’s terms and conditions of sale in place at the time of order
acknowledgement.

Purchasers are solely responsible for the choice, selection, and use of ST products and ST assumes no liability for application assistance or
the design of Purchasers’ products.

No license, express or implied, to any intellectual property right is granted by ST herein.

Resale of ST products with provisions different from the information set forth herein shall void any warranty granted by ST for such product.

ST and the ST logo are trademarks of ST. All other product or service names are the property of their respective owners.

Information in this document supersedes and replaces information previously supplied in any prior versions of this document.

© 2016 STMicroelectronics – All rights reserved

DocID028543 Rev 2 3/3


3

You might also like