Search found 9 matches

by OlegKRS
Tue Dec 21, 2021 12:52 pm
Forum: General
Topic: variables flowcode9
Replies: 5
Views: 2285

Re: variables flowcode9

Hi

Sorry, but I do not know how send text to uart through the flowcode console.
by OlegKRS
Mon Dec 20, 2021 3:20 pm
Forum: General
Topic: variables flowcode9
Replies: 5
Views: 2285

Re: variables flowcode9

Hi, To see the variables in proteus * .elf file you need in the file avra.bat instead of the key "-Os", register the key "-g". It should turn out like this: "%~dp0..\bin\avr-gcc.exe" -mmcu=%1 -g -ffunction-sections -fdata-sections -funsigned-char -o %2 %3 -lm -Wl,-gc-sections. In this case , the com...
by OlegKRS
Thu Oct 14, 2021 5:40 pm
Forum: Bug Reports
Topic: Flowcode v9 does not create an .eep file for "Arduino UNO R3 SMD"
Replies: 2
Views: 1498

Re: Flowcode v9 does not create an .eep file for "Arduino UNO R3 SMD"

Hello,

Thanks for the answer Steve. But I figured out how to solve my problem.
It is necessary to write in Project Options -> Supplemental Code:
char EEMEM NonVolatileData[] = {0,1,0x2,0x03,'A','b','H','e','l','l','o'};.
In this case , the file .an eep is being created.
by OlegKRS
Thu Oct 14, 2021 12:36 pm
Forum: Bug Reports
Topic: Flowcode v9 does not create an .eep file for "Arduino UNO R3 SMD"
Replies: 2
Views: 1498

Flowcode v9 does not create an .eep file for "Arduino UNO R3 SMD"

In my project I use the EEPROM component . I want to create a file .eep with data to fill in the EEPROM AVR. To do this, I wrote such a line for the compiler in the avrb.bat file: "%~dp0..\bin\avr-objcopy" -O ihex -j .eeprom --set-section-flags .eeprom=alloc,load --change-section-lma .eeprom=0 --no-...
by OlegKRS
Mon Oct 11, 2021 7:07 pm
Forum: User Components
Topic: Generate a define for the property
Replies: 3
Views: 2440

Re: Generate a define for the property

Hello,

Many thanks BenR.
by OlegKRS
Sat Oct 09, 2021 4:29 pm
Forum: User Components
Topic: Generate a define for the property
Replies: 3
Views: 2440

Generate a define for the property

Hi

I want to make a component that uses a property and for this property I ticked "Generate a define for the property". When compiled into C code, this property appears in quotation marks. How do I remove quotes when compiling to C code?
by OlegKRS
Fri Apr 23, 2021 6:48 pm
Forum: Bug Reports
Topic: Attiny25/45/85 Interrupt on Timer1
Replies: 2
Views: 1883

Re: Attiny25/45/85 Interrupt on Timer1

Hi,

Many thanks Ben.
by OlegKRS
Tue Apr 20, 2021 12:39 pm
Forum: Bug Reports
Topic: Attiny25/45/85 Interrupt on Timer1
Replies: 2
Views: 1883

Attiny25/45/85 Interrupt on Timer1

Flowcode v9. Chip Attiny25/45/85 Interrupt on Timer1. The compiler throws the following error "error: 'TCCR1B' undeclared (first use in this function)" and "error: 'TIMSK 1' undeclared (first use in this function)" if the program uses Interrupt on Timer1 Attiny25/45/85. In the FlowCode settings for ...
by OlegKRS
Sat Dec 19, 2020 2:41 pm
Forum: Bug Reports
Topic: Component ADC (CAL)
Replies: 0
Views: 2003

Component ADC (CAL)

Hi,

In Component ADC (CAL) in property "Acq Time" specifies the frequency, but you must specify the time in microseconds.