Hi
Sorry, but I do not know how send text to uart through the flowcode console.
Search found 9 matches
- Tue Dec 21, 2021 12:52 pm
- Forum: General
- Topic: variables flowcode9
- Replies: 5
- Views: 4372
- Mon Dec 20, 2021 3:20 pm
- Forum: General
- Topic: variables flowcode9
- Replies: 5
- Views: 4372
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-se...
- 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: 2489
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.
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.
- 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: 2489
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 .eepr...
- Mon Oct 11, 2021 7:07 pm
- Forum: User Components
- Topic: Generate a define for the property
- Replies: 3
- Views: 4950
Re: Generate a define for the property
Hello,
Many thanks BenR.
Many thanks BenR.
- Sat Oct 09, 2021 4:29 pm
- Forum: User Components
- Topic: Generate a define for the property
- Replies: 3
- Views: 4950
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?
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?
- Fri Apr 23, 2021 6:48 pm
- Forum: Bug Reports
- Topic: Attiny25/45/85 Interrupt on Timer1
- Replies: 2
- Views: 3169
Re: Attiny25/45/85 Interrupt on Timer1
Hi,
Many thanks Ben.
Many thanks Ben.
- Tue Apr 20, 2021 12:39 pm
- Forum: Bug Reports
- Topic: Attiny25/45/85 Interrupt on Timer1
- Replies: 2
- Views: 3169
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 Fl...
- Sat Dec 19, 2020 2:41 pm
- Forum: Bug Reports
- Topic: Component ADC (CAL)
- Replies: 0
- Views: 5589
Component ADC (CAL)
Hi,
In Component ADC (CAL) in property "Acq Time" specifies the frequency, but you must specify the time in microseconds.
In Component ADC (CAL) in property "Acq Time" specifies the frequency, but you must specify the time in microseconds.