Search found 3 matches

by zargaryandavid
Fri Apr 17, 2015 3:51 pm
Forum: General Programming
Topic: Float Point BUG in FlowCode
Replies: 3
Views: 4676

Re: Float Point BUG in FlowCode

Thank you it is working now.
by zargaryandavid
Wed Apr 15, 2015 3:30 pm
Forum: General Programming
Topic: Float Point BUG in FlowCode
Replies: 3
Views: 4676

Float Point BUG in FlowCode

Hello dear All. I use Atmega 16 and AD9833 DSS for signal generation. To set a frequency eg. 10MHz , it is required to make a below calculation . FREQ(AD9833 frequency register_Ulong type)= Frequency(10Mhz) * 10,7374182 (coefficient) In FlowCodev5 it is simulated right but in real hardware it does n...
by zargaryandavid
Sat Apr 06, 2013 12:52 pm
Forum: General Programming
Topic: Flowcode AVR TMR0 Clock Source ???
Replies: 1
Views: 2349

Flowcode AVR TMR0 Clock Source ???

Hello Guys I am a freshman in Flowcode and would like to clarify some issues regarding TMR0 Clock Source My basic program is a menu for a Radio Receiver, where Internal 8Mhz clock is used. I have a MRF chip ,LCD,Buzzer everything is working fine with my controller AVR ATmega164A and soft Flowcode 4 ...