You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
1.5 KiB

12 months ago
11 months ago
12 months ago
11 months ago
11 months ago
12 months ago
11 months ago
12 months ago
11 months ago
12 months ago
11 months ago
  1. #pragma once
  2. /***********************************************************************************************************************
  3. * SDK_CONFIG *
  4. ***********************************************************************************************************************/
  5. #define SDK_DELAY_US_TIMER htim6 // ΢���ӳٶ�ʱ����ע������ʱ��ʱ����Ҫ���������ĵ��������� http://192.168.1.3:3000/zwikipedia/iflytop_wikipedia/src/branch/master/doc/stm32cubemx_us_timer.md
  6. #define SDK_IRQ_PREEMPTPRIORITY_DEFAULT 5 // IO�ж�Ĭ���жϵȼ�
  7. #define SDK_CFG__CFG_FLASH_ADDR 0x080C0000 // flash���õ�ַ
  8. #define SDK_CFG__SN_FLASH_ADDR 0x080E0004 //
  9. #define SDK_MAX_TASK 10 // ������������
  10. #define DEBUG_UART huart1 // ���Դ���
  11. /***********************************************************************************************************************
  12. * FLASH *
  13. ***********************************************************************************************************************/
  14. // #define BOARD_TYPE_ID_FLASH_ADD 0x080E0000 // ��������
  15. // #define SN_FLASH_ADD 0x080E0004 // ʹ������11�洢SN����
  16. #define HARDWARE_VERSION 1 // Ӳ���汾
  17. #define PROJECT "hand_acid_main_board" // ��������
  18. #define APP_VERSION "101"