Search found 2 matches

by wirtshaus
Tue Nov 23, 2021 9:43 am
Forum: General
Topic: C-Code Simulation
Replies: 2
Views: 1387

Re: C-Code Simulation

Here is a simple example that producecs the error with C-Code Simulation enabled.
by wirtshaus
Tue Nov 23, 2021 9:32 am
Forum: General
Topic: C-Code Simulation
Replies: 2
Views: 1387

C-Code Simulation

Hi, i have the C-Code Simulation Module and i can't simulate writes or reads to arduino/avr registers. Here is an example C-Code: TCCR0A=(1<<WGM01); //Set the CTC mode OCR0A=0xF9; //Value for ORC0A for 1ms i also can't simulate calls to arduino functions: wdt_disable(); The error message is always t...