initial commit for tests

This commit is contained in:
Janosch
2022-10-10 11:46:30 +01:00
commit 0e8e1e4db6
20 changed files with 1515 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
#ifndef HWDEFS_H_INCLUDED
#define HWDEFS_H_INCLUDED
#define RCC_CLOCK_SETUP rcc_clock_setup_in_hse_8mhz_out_72mhz
//Address of parameter block in flash
#define FLASH_PAGE_SIZE 1024
#define PARAM_BLKSIZE FLASH_PAGE_SIZE
#define PARAM_BLKNUM 1 //last block of 1k
#define CAN1_BLKNUM 2
#define CAN2_BLKNUM 4
#endif // HWDEFS_H_INCLUDED