Loading...
Searching...
No Matches
Go to the documentation of this file.
6#ifndef _PHAL_COMMON_MCU_H
7#define _PHAL_COMMON_MCU_H
14#if defined(STM32L432xx) || defined(STM32L471xx) || defined(STM32L496xx)
16#elif defined(STM32F407xx) || defined(STM32F732xx)
17#define PHAL_ARCH_F4_F7
18#elif defined(STM32G474xx)
21#error "Unable to infer PHAL_ARCH from STM32 device macro. Please define one manually if needed."