jakakordez / max3421e-stm32

MAX3421E port for STM32 MCUs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MAX3421E project for STM32

The MAX3421E adds USB host or peripheral capability to any system with an SPI interface.

-- Maxim Integrated

This repository contains a Keil project for STM32F429 Discovery board interfacing with MAX3421 USB controller. The code is mostly ported from original example for MCB2130 evaluation board.

Configuration is generated with STM32Cube, so it is based on HAL drivers

Interface pinout

##SPI5

  • PF6 - CS
  • PF7 - SCK
  • PF8 - MISO
  • PF9 - MOSI

About

MAX3421E port for STM32 MCUs.


Languages

Language:C 94.2%Language:Assembly 4.8%Language:C++ 1.1%