Skip to main content
dukesong
Associate
February 5, 2015
Question

transfer 8btt data using GPIO 8 ports with CLK 42MHz

  • February 5, 2015
  • 2 replies
  • 765 views
Posted on February 05, 2015 at 12:18

The original post was too long to process during our migration. Please click on the attachment to read the original post.
    This topic has been closed for replies.

    2 replies

    Tesla DeLorean
    Guru
    February 5, 2015
    Posted on February 05, 2015 at 14:48

    This is your THIRD thread on this topic.

    Like I told you yesterday, you'd need to write WORDs to the GPIO->ODR, and you'd need those correctly BIT aligned with the pins you're using.

    42 MHz seems very optimistic, people doing this professionally would choose an FPGA, or hardware to do this.

    Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
    Tesla DeLorean
    Guru
    February 5, 2015
    Posted on February 05, 2015 at 14:55

    And this is with just 4 posts

    [DEAD LINK /public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/Flat.aspx?RootFolder=/public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/STM32F427%20data%20transfer%20from%20GPIO%208port%20using%20DMA%20to%20other%20board&FolderCTID=0x01200200770978C69A1141439FE559EB459D7580009C4E14902C3CDE46A77F0FFD06506F5B&currentviews=21]https://my.st.com/public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/Flat.aspx?RootFolder=%2fpublic%2fSTe2ecommunities%2fmcu%2fLists%2fcortex_mx_stm32%2fSTM32F427%20data%20transfer%20from%20GPIO%208port%20using%20DMA%20to%20other%20board&FolderCTID=0x01200200770978C69A1141439FE559EB459D7580009C4E14902C3CDE46A77F0FFD06506F5B¤tviews=21

    [DEAD LINK /public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/Flat.aspx?RootFolder=/public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/STM32F427%20data%20transfer%20from%20GPIO%208port%20using%20DMA%20to%20other%20board&FolderCTID=0x01200200770978C69A1141439FE559EB459D7580009C4E14902C3CDE46A77F0FFD06506F5B&currentviews=21]https://my.st.com/public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/Flat.aspx?RootFolder=%2fpublic%2fSTe2ecommunities%2fmcu%2fLists%2fcortex_mx_stm32%2fSTM32F427%20data%20transfer%20from%20GPIO%208port%20using%20DMA%20to%20other%20board&FolderCTID=0x01200200770978C69A1141439FE559EB459D7580009C4E14902C3CDE46A77F0FFD06506F5B¤tviews=21

    I've posted examples of DMA to/from GPIO pins, using internal/external clocks. Suggest some Google Foo, and serious consideration of what you're doing.
    Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..