ptt-fhss
Bare-metal PTT firmware for nRF52840 with FHSS
Loading...
Searching...
No Matches
Functions | Variables
startup.c File Reference

Vector table and Reset_Handler for nRF52840 (no SoftDevice). More...

#include <stdint.h>

Functions

int main (void)
 
void Reset_Handler (void)
 
static void __attribute__ ((used))
 
void NMI_Handler (void)
 

Variables

uint32_t _sidata
 
uint32_t _sdata
 
uint32_t _edata
 
uint32_t _sbss
 
uint32_t _ebss
 
uint32_t _estack
 

Detailed Description

Vector table and Reset_Handler for nRF52840 (no SoftDevice).

Function Documentation

◆ __attribute__()

static void __attribute__ ( (used)  )
static

◆ main()

int main ( void  )
extern

◆ NMI_Handler()

void NMI_Handler ( void  )

◆ Reset_Handler()

void Reset_Handler ( void  )

Variable Documentation

◆ _ebss

uint32_t _ebss
extern

◆ _edata

uint32_t _edata
extern

◆ _estack

uint32_t _estack
extern

◆ _sbss

uint32_t _sbss
extern

◆ _sdata

uint32_t _sdata
extern

◆ _sidata

uint32_t _sidata
extern