stm32fxx_STUaddressing.h 301 B

12345678910111213141516
  1. #ifndef __STM32FXX_STUADDRESSING_H__
  2. #define __STM32FXX_STUADDRESSING_H__
  3. #include "stm32f1xx_hal.h"
  4. extern volatile uint32_t testCell_1 ; //__attribute__((at(0x20000500)));
  5. extern volatile uint32_t testCell_2 ; //__attribute__((at(0x20000510)));
  6. uint8_t STU_AddressingTest(void);
  7. #endif