Loading...
Searching...
No Matches
cpu_conf.h File Reference

Implementation specific CPU configuration options. More...

Detailed Description

Implementation specific CPU configuration options.

Author
Hauke Petersen hauke.nosp@m..pet.nosp@m.ersen.nosp@m.@fu-.nosp@m.berli.nosp@m.n.de
Bas Stottelaar basst.nosp@m.otte.nosp@m.laar@.nosp@m.gmai.nosp@m.l.com

Definition in file cpu_conf.h.

#include "cpu_conf_common.h"
#include "em_device.h"
+ Include dependency graph for cpu_conf.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

#define CPU_DEFAULT_IRQ_PRIO   (1U)
 ARM Cortex-M specific CPU configuration.
 
#define CPU_IRQ_NUMOF   (EXT_IRQ_COUNT + 1)
 
#define CPU_FLASH_BASE   (FLASH_BASE)
 
#define FLASHPAGE_SIZE   (FLASH_PAGE_SIZE)
 Flash page configuration.
 
#define FLASHPAGE_NUMOF   (FLASH_SIZE / FLASH_PAGE_SIZE)
 
#define FLASHPAGE_WRITE_BLOCK_SIZE   (4U)
 
#define FLASHPAGE_WRITE_BLOCK_ALIGNMENT   (4U)
 

Macro Definition Documentation

◆ CPU_DEFAULT_IRQ_PRIO

#define CPU_DEFAULT_IRQ_PRIO   (1U)

ARM Cortex-M specific CPU configuration.

Definition at line 35 of file cpu_conf.h.

◆ CPU_FLASH_BASE

#define CPU_FLASH_BASE   (FLASH_BASE)

Definition at line 37 of file cpu_conf.h.

◆ CPU_IRQ_NUMOF

#define CPU_IRQ_NUMOF   (EXT_IRQ_COUNT + 1)

Definition at line 36 of file cpu_conf.h.

◆ FLASHPAGE_NUMOF

#define FLASHPAGE_NUMOF   (FLASH_SIZE / FLASH_PAGE_SIZE)

Definition at line 45 of file cpu_conf.h.

◆ FLASHPAGE_SIZE

#define FLASHPAGE_SIZE   (FLASH_PAGE_SIZE)

Flash page configuration.

Definition at line 44 of file cpu_conf.h.

◆ FLASHPAGE_WRITE_BLOCK_ALIGNMENT

#define FLASHPAGE_WRITE_BLOCK_ALIGNMENT   (4U)

Definition at line 51 of file cpu_conf.h.

◆ FLASHPAGE_WRITE_BLOCK_SIZE

#define FLASHPAGE_WRITE_BLOCK_SIZE   (4U)

Definition at line 49 of file cpu_conf.h.