- #ifndef __STM32FXX_STUADDRESSING_H__
- #define __STM32FXX_STUADDRESSING_H__
- #include "stm32f1xx_hal.h"
- extern volatile uint32_t testCell_1 ; //__attribute__((at(0x20000500)));
- extern volatile uint32_t testCell_2 ; //__attribute__((at(0x20000510)));
- uint8_t STU_AddressingTest(void);
- #endif
|