Search found 63 matches

by Huib Koppers
Sun Oct 05, 2014 8:08 pm
Forum: Bug reports
Topic: Pincount ARM AT91SAM7Sxxx 48pins instead of 64pins
Replies: 7
Views: 5256

Re: Pincount ARM AT91SAM7Sxxx 48pins instead of 64pins

Hello Martin, Benj, I have made a new project file with the solution by Martin with the new FCD Files for Atmel ARM SAM7Sxxx. I see port activity on the ARM SAM7Sxxx processor pins by simulation ! Could even download the project to my ATmel board on hardware and tested it succesful ! Thanks for the ...
by Huib Koppers
Sat Sep 27, 2014 10:02 am
Forum: Bug reports
Topic: Pincount ARM AT91SAM7Sxxx 48pins instead of 64pins
Replies: 7
Views: 5256

Re: Pincount ARM AT91SAM7Sxxx 48pins instead of 64pins

Hello Martin, Sorry for my late responding I a lot of busy weeks behind me I have tested your solution and have noticed the following things; 1: After importing a ARM flowcode V5 project the Pincount selection on the processor is well selected. 2: PORT-C is available again 3: When starting the simul...
by Huib Koppers
Sat Aug 23, 2014 10:42 am
Forum: Bug reports
Topic: Pincount ARM AT91SAM7Sxxx 48pins instead of 64pins
Replies: 7
Views: 5256

Re: Pincount ARM AT91SAM7Sxxx 48pins instead of 64pins

Ben,

Thank you for investigating, I hope that it can besolved soon.

Regards,

Huib
by Huib Koppers
Fri Aug 08, 2014 4:39 pm
Forum: Bug reports
Topic: Pincount ARM AT91SAM7Sxxx 48pins instead of 64pins
Replies: 7
Views: 5256

Pincount ARM AT91SAM7Sxxx 48pins instead of 64pins

Hello, I was testing by simulation on my earlier Flowcode projects from version ARM FC V5 importing into ARM FC V6.0.10.0 Importing of the earlier version V5 projects is working well. If you look in version V4 and V5 of the AT91SAM7S256/128/64 the pincount is correct and has 64 pins which makes all ...
by Huib Koppers
Mon Sep 13, 2010 12:58 pm
Forum: Flowcode V4
Topic: C Box declarations for "long" or "short"
Replies: 4
Views: 3437

Re: C Box declarations for "long" or "short"

Hello Benj, Thanks for your reply, This gives me a better understanding how C things about variables and declarations can be implemented in FlowCode. I'm just a hobbyist and held MM not responsible for any comment, but sometimes it can be that i have some questions which are very importand for me. F...
by Huib Koppers
Wed Sep 08, 2010 11:53 am
Forum: Flowcode V4
Topic: C Box declarations for "long" or "short"
Replies: 4
Views: 3437

Re: C Box declarations for "long" or "short"

Hello medelec, BoostC does not make part of the ARM and AVR directory. It could be helpfull if there is a document for FCv4 to ARM and AVR how to implement non standard variables and functions in C code into the C-Box so that compiling it without errors for users who are not so advanced and familiar...
by Huib Koppers
Wed Sep 08, 2010 11:38 am
Forum: Flowcode V4
Topic: C-code and sprintf
Replies: 6
Views: 4436

Re: C-code and sprintf

Hello Steve, I have tried also the "sprintf" function and the compiling part goes well, but the assembling part doesn't even if i put "#include <stdio.h>" into a C box in the top of the program. This is the assembler result. Launching the linker/assembler... C:\Program Files\Matrix Multimedia\Flowco...
by Huib Koppers
Tue Sep 07, 2010 4:19 pm
Forum: Flowcode V4
Topic: C Box declarations for "long" or "short"
Replies: 4
Views: 3437

C Box declarations for "long" or "short"

Hello,

Is het possible to make new variable declarations for other formats then standard supported by FC v4 for example;

"long int" 32bits

"short int" 16bits

If yes how can I do this in the C-Box ?

regards

Huib
by Huib Koppers
Fri Sep 03, 2010 9:18 am
Forum: Flowcode V4
Topic: Display Single precision float by "snprintf" to LCD
Replies: 3
Views: 3301

Re: Display Single precision float by "snprintf" to LCD

Sean,

Thanks for comment and help

Regards

Huib
by Huib Koppers
Fri Sep 03, 2010 8:06 am
Forum: Flowcode V4
Topic: Display Single precision float by "snprintf" to LCD
Replies: 3
Views: 3301

Re: Display Single precision float by "snprintf" to LCD

Hello,

Please can anyone answere my question why i get this syntax error " syntax error before 'FCD_LCDDisplay0_Cursor' " after compiling and what i'm doing wrong ?

Regards

Huib
by Huib Koppers
Thu Sep 02, 2010 3:23 pm
Forum: Flowcode V4
Topic: Display Single precision float by "snprintf" to LCD
Replies: 3
Views: 3301

Display Single precision float by "snprintf" to LCD

Hello, I want to display a 9 digit float value with 6 digit after the point displaying on LCD I have made de next declarations FREQ = String[10] and FT = Float. I put the "snprintf(FCV_FREQ,10,"%9,6f",FCV_FT)" into C Code ("%9,6f" = 9 digit float value with 6 digits after point, 9 digits included wi...
by Huib Koppers
Mon Aug 30, 2010 4:49 pm
Forum: Flowcode V4
Topic: How to manage precision to 32bit Floating Point Calc
Replies: 0
Views: 2141

How to manage precision to 32bit Floating Point Calc

Hello, Maybe in my earlier questions about floating point i was not clear what i want and why i want it. Another thing is that my experience about "C" language is very very litlle. So I hope that the next question is more clear. How can I manage the precision by result from floating point value on t...
by Huib Koppers
Mon Aug 30, 2010 9:26 am
Forum: Flowcode V4
Topic: ARM V4 Programs not running on AT91SAM7S-EK
Replies: 21
Views: 9832

Re: ARM V4 Programs not running on AT91SAM7S-EK

Hello, Problems have been solved by changing hardware configuration. PortC which was driving the LCD, was interfering with serial communication and has now changed to PortA (0,1,2,3,4,5) PortD which was reading the switches was interfering with ADC has now changed to PortB (0,1) Probably the initial...
by Huib Koppers
Thu Aug 26, 2010 12:40 pm
Forum: Flowcode V4
Topic: Low-active port reading not possible even by simulation
Replies: 2
Views: 2373

Re: Low-active port reading not possible even by simulation

Hello, Problems have been solved by changing hardware configuration. PortC which was driving the LCD, was interfering with serial communication and has now changed to PortA (0,1,2,3,4,5) PortD which was reading the switches was interfering with ADC has now changed to PortB (0,1) Probably the initial...
by Huib Koppers
Thu Aug 26, 2010 10:16 am
Forum: Flowcode V4
Topic: Low-active port reading not possible even by simulation
Replies: 2
Views: 2373

Low-active port reading not possible even by simulation

Hello, Low-active push-button port reading is not working by simulation and also not working when downloaded to HW. The LED's are configurated as low-active and even are the push-buttons. I need this configuration on the AT91SAM7S256-EK because the push-buttons and LED's are configurated as "low-act...