Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about atmega16

Read more about atmega16

python (12.9k questions)

javascript (9.2k questions)

reactjs (4.7k questions)

java (4.2k questions)

java (4.2k questions)

c# (3.5k questions)

c# (3.5k questions)

html (3.3k questions)

Questions - atmega16

AVR-GCC Overwrites Interrupt Vector Table with Main

I have a simple C program written for an ATmega168: #include "avr/io.h" #include "avr/interrupt.h" volatile uint8_t intrs; int main(void){ TCCR1B |= _BV(CS12) | _BV(CS10); \\ ...
test-img

Tony Gweesip

c

cmake

avr

avr-gcc

atmega16

Votes: 0

Answers: 1

Latest Answer

I did some experiments and came to this conclusion: You don't get a vector table because you don't provide one. Apparently the option -nostdlib excludes that part (of the library?) that implements the...
test-img

the busybee

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved