Version I use is Flowcode AVR V5.3.0 Error code is here, "Main.c:(.text+0x2bc): undefined reference to `float32_sqrt' Error returned from [avr-gcc.exe] Return code = 1 Flowcode was unable to compile the flowchart's C code due to the following errors: If your flowchart contains C code, please re...
Hi, in "Flowcode AVR" the Square Root function is simulate very well and give accurate result. but when compile to Hex, it give an error message.
any solution to solve this?? i'm using ATMEG328P chip...
I'm working on a project with flowcode 5 and pic 8bit device. I need to solve this equation in flowcode. please anyone can help me how to do it in flowcode?...
I want to communicate 18f452 device to PC through RS232 and try to display a byte number on hyperterminal. But only different symbols are display when i pressed any key on 18f452. Any idea to solve it
on pic16f886 and 2X16 lcd, i convert UINT veriable with value ( 50000) into string display on lcd. simulation is working correct in flwcode but not working on physical hardware. lcd show -15536 value. is this software issue or hardware?
The resolution accuracy become more complicated issue if the tank capacity increase i.e. 10000 liter. The main goal is to measure the remaining tank quantity in liters. If a 10bit adc measure for example 10000 or 20000 liter quantity It jumps about 10 liter or 20 liter per increment and this is a bi...
yes this is liter :D sensor i use is a liner float sensor give 0 to 5v liner output. A 10k potentiometer rotate with float and it give 0 to 5v on adc pin. i think sensor is ok the problem is in software. i think a 10bit adc max reading is 1023 and it sense 1 liter every 1.9 liter (2000/1023=1.9). am...
I need to measure 2000 liter water tank level with 1 liter resolution, with using 10bit internal ADC of PIC device. but it give me 2 liter resolution per increment. is there any possible way for it? or i need to use 12bit external ADC?