Search found 84 matches

by Nico595
Sat Apr 13, 2024 12:19 pm
Forum: Flowcode V5
Topic: USART Component don't work
Replies: 3
Views: 149

Re: USART Component don't work

Hi chipfryer, Thank you for your fast answer. I checked all defines in Board_Generic.h and AT91SAM512.h the last night, the CDC Serial driver code work fine with the UART1 today :) You have right about the FC5, it's a old version but I can customize all FC5 Components and add my customized Component...
by Nico595
Thu Apr 11, 2024 12:41 pm
Forum: Flowcode V5
Topic: USART Component don't work
Replies: 3
Views: 149

USART Component don't work

Hello, I add CDC USB Serial component in my customized component of FV5. This component use USART1 to drive the data from USB. But I can't find data on the USART1. I tried add RS232 Component only, don't work with the hardware mode, no data. Bad data in software mode. Have you update for the USART F...
by Nico595
Mon Jun 22, 2020 4:31 pm
Forum: Flowcode V5
Topic: Flowcode v5 for dsPIC registration issues .
Replies: 12
Views: 10137

Re: Flowcode v5 for dsPIC registration issues .

Fixed, Thank you for your quick answer Benj.
by Nico595
Sat Jun 20, 2020 2:55 pm
Forum: Flowcode V5
Topic: Flowcode v5 for dsPIC registration issues .
Replies: 12
Views: 10137

Re: Flowcode v5 for dsPIC registration issues .

Hello Benj,

I have the same problem with the V5 ARM Pro version.

Message from Flowcode : "Bad user"

Please fix this problem.
I give you all informations by PM.

Thank you.
by Nico595
Wed Mar 20, 2019 9:12 am
Forum: Flowcode V5
Topic: Problem with ARM AT91SAM7S512 Flash bank
Replies: 3
Views: 5957

Re: Problem with ARM AT91SAM7S512 Flash bank

Fixed with add init bank0/1 code in the low level and the AT91SAM7S512.h declaration in the Def init sequence.

Code: Select all

AT91C_BASE_MC->MC0_FMR = (AT91C_MC_FMCN & (50 << 16)) | AT91C_MC_FWS_1FWS;
  AT91C_BASE_MC->MC1_FMR = (AT91C_MC_FMCN & (50 << 16)) | AT91C_MC_FWS_1FWS;

:D :D :D
by Nico595
Tue Mar 19, 2019 10:45 pm
Forum: Flowcode V5
Topic: Problem with ARM AT91SAM7S512 Flash bank
Replies: 3
Views: 5957

Re: Problem with ARM AT91SAM7S512 Flash bank

I found this code for init register bits of the flash bank0 and flash bank1 on AT91SAM7S512. But I have error on MC0_FMR and MC1_FMR when I compile in C with Flowcode. /* Flash Memory: 1 wait state, about 50 cycles in a microsecond.*/ #if SAM7_PLATFORM == SAM7X512 AT91C_BASE_MC->MC0_FMR = (AT91C_MC_...
by Nico595
Tue Mar 19, 2019 7:33 pm
Forum: Flowcode V5
Topic: Problem with ARM AT91SAM7S512 Flash bank
Replies: 3
Views: 5957

Re: Problem with ARM AT91SAM7S512 Flash bank

After investigation I think the setup of Uvision is good. I have the verify function and no problem are detected when the file is send in the flash bank 0 and the flash bank 1. The .hex file genered by GCC is correct, mapping and data. I found this information : I found another solution to this prob...
by Nico595
Tue Mar 19, 2019 8:55 am
Forum: Flowcode V6
Topic: #### Is Flowcode useable for complex applicatios ####
Replies: 9
Views: 9209

Re: #### Is Flowcode useable for complex applicatios ####

Hello Flowcode for ARM is a very nice project, but I am agree with you ARM. With the Flowcode 5 ARM version, you could fix and customise all component with the C code. When the component is defect you could debug, even if this work can be long. If I understand, since the V6 version of Flowcode you c...
by Nico595
Tue Mar 19, 2019 12:52 am
Forum: Flowcode V5
Topic: Problem with ARM AT91SAM7S512 Flash bank
Replies: 3
Views: 5957

Problem with ARM AT91SAM7S512 Flash bank

Hi, I have a problem with ARM AT91SAM7S512. Yesterday my compiled file exceeds 0x0003FFFF. With this ARM, the flash bank is composed into 2 parts of 256KB.For my mapping, the start address is 0x0. The end of the first flash bank is 0x0003FFFF. But when my file needs the second flash bank, I lose the...
by Nico595
Mon Jan 22, 2018 11:27 am
Forum: Flowcode V5
Topic: Can I add STM32 file in my V5 ???
Replies: 4
Views: 4748

Re: Can I add STM32 file in my V5 ???

Hello Ben, My price for the Professional V6 -> V7 update is £439. This price is more expensive for me. I am not IBM or Apple. Your job is great but I can't pay with my individual enterprise this price for a software update, even a very good software update. EDIT: When I push "Buy" I have a better pr...
by Nico595
Mon Jan 22, 2018 10:49 am
Forum: Flowcode V5
Topic: Can I add STM32 file in my V5 ???
Replies: 4
Views: 4748

Re: Can I add STM32 file in my V5 ???

Thank you for your fast reply Leigh,

How much the ARM V6 Pro -> ARM V7 Pro upgrade ?
by Nico595
Sat Jan 20, 2018 10:46 am
Forum: Flowcode V5
Topic: Can I add STM32 file in my V5 ???
Replies: 4
Views: 4748

Can I add STM32 file in my V5 ???

Hello,

I have bought ARM V5/V6 Pro version and I see that Flowcode 7 have STM32 new proc list :)

Can I add this define proc files in my V5 Pro ?
If I must pay this upgrade there is no problem. I love my V5 and I won't use V7 for this time.


Thank you for your reply,
Nicolas.
by Nico595
Mon Nov 10, 2014 9:18 am
Forum: Bug reports
Topic: WLAN Component
Replies: 29
Views: 30917

Re: WLAN Component

Hi, I found this Arduino Ajax code for refresh variable in html page. I think we can take this code for create refresh function of all variable in our web page. But a function in Webserver Flowcode componant is may be necessary for create link beetwen variable. [youtube]Nw5vUg8BWck[/youtube] https:/...
by Nico595
Fri May 02, 2014 2:03 pm
Forum: Flowcode V5
Topic: Customized Flowcode Bootloader ARM
Replies: 5
Views: 5495

Re: Customized Flowcode Bootloader ARM

Oki Ben :)

I took C code of Low Level Init, defines and Flash Init and I added in my project file as Macro.
I started with this macro and I compiled with start add 0x0

It's Perfect :)

Thank you very much for your help,
Nice Week End

Nico.
by Nico595
Fri May 02, 2014 11:03 am
Forum: Flowcode V5
Topic: Customized Flowcode Bootloader ARM
Replies: 5
Views: 5495

Re: Customized Flowcode Bootloader ARM

Yes, Great Ben :D Thank you I found this: "At startup, it waits for a few seconds to see if the downloader is trying to connect. If not, then the bootloader gives up control and jumps to your program. If the downloader is trying to connect, then the bootloader receives the new program over USB and w...
by Nico595
Fri May 02, 2014 10:40 am
Forum: Flowcode V5
Topic: Customized Flowcode Bootloader ARM
Replies: 5
Views: 5495

Re: Customized Flowcode Bootloader ARM

Hi Ben :)

Thank you for your fast answer.

I searched information yesterday, but unsuccessfully.
With Matrix Multimedia hex file project, can I use all bootloader for AT91SAM7S ?
by Nico595
Fri May 02, 2014 9:55 am
Forum: Flowcode V5
Topic: Customized Flowcode Bootloader ARM
Replies: 5
Views: 5495

Customized Flowcode Bootloader ARM

Hi,

I want customized Flowcode V5 ARM bootloader. How do you make it ?

- Original bootloader is no fast, actually more 5sec for start.
- I want add my Glcd driver and display my logo with waiting information.
- I've not need HID USB link.

Thank you very much for your answer :)

Nico.
by Nico595
Thu Dec 05, 2013 1:31 pm
Forum: Flowcode V5
Topic: Pic DSP Bandpass filter
Replies: 5
Views: 5421

Re: Pic DSP Bandpass filter

Thank Richard,


I design a DSP component with compressor, limiter, delay. It s easy, but for audio filter it s more hard ^^
If you have experiences and ideas with DSP, thank for your advices.
by Nico595
Mon Dec 02, 2013 11:04 am
Forum: Flowcode V6
Topic: Component function C Code
Replies: 4
Views: 3616

Re: Component function C Code

Ok Jonny :)

I've not found this function, if I can write C Code in a Component it's perfect.
I've modified your component code and designed my component with FC5, I want do the same with FC6.

Thank you.
by Nico595
Mon Dec 02, 2013 9:56 am
Forum: Flowcode V6
Topic: Component function C Code
Replies: 4
Views: 3616

Re: Component function C Code

Hi Jonny,

I understand, thank you for your fast answer.

But Custom Component is very important for me, I must use C code for create my Component, no great ^^
by Nico595
Sat Nov 30, 2013 11:12 am
Forum: Flowcode V5
Topic: v5 Beta FAT16 component SDHC
Replies: 52
Views: 31783

Re: v5 Beta FAT16 component SDHC

Hi, I paste topic FAT Freeze on Move_To_Next_File_Sector(1) here :) I have a problem with FAT component, when I write, Move_To_Next_File_Sector freeze system Problem is in this while in MX_Add_Sector_To_File, time is very important, > 2s. //Boucle tres longue sur Carte SDHC while (fat_pointer > 0) /...
by Nico595
Sat Nov 30, 2013 11:05 am
Forum: Flowcode V6
Topic: Component function C Code
Replies: 4
Views: 3616

Component function C Code

Hi,

I have V6 ARM Pro but I can't found C code function for component or Custom Component in FC6, like FC5.

Can you help me please.
Thank
by Nico595
Sat Nov 30, 2013 10:43 am
Forum: Flowcode V5
Topic: v5 Beta FAT16 component SDHC
Replies: 52
Views: 31783

Re: v5 Beta FAT16 component SDHC

A small bug after Init Fat in MX_Init_Card on ARM, after SPI_Master_Init -> PA21 is high MX_UINT8 RetVal, SD_version; MX_SINT16 i; FC_CAL_Bit_High_DDR (%a_MX_SPI_FAT_CS_PORT, %a_MX_SPI_FAT_CS_TRIS, %a_MX_SPI_FAT_CS_PIN); // Chip Select pin is disabled //Init SPI %a_SPI_Master_Init(); //Call initiali...
by Nico595
Sat Oct 26, 2013 2:51 pm
Forum: Flowcode V5
Topic: ST7565R GLcd Component
Replies: 17
Views: 11891

Re: ST7565R GLcd Component

A small bug in Print_Number for 10 or 100 or 1000 or 10000 ... > is without = when number = 10 or 100 or 1000 or 10000 a 0 is lost. Add = after > lcd_print_number: static void FCD_Custom20_lcd_print_number(short Number, char X, char Y, char Font, char Transparent, char Colour) { char string_length; ...
by Nico595
Fri Oct 25, 2013 11:21 am
Forum: Flowcode V5
Topic: ST7565R GLcd Component
Replies: 17
Views: 11891

Re: ST7565R GLcd Component

I have changed police ^^ and add a small offset (4px) into _set_xy void _set_xy(int x, int y) { //printf("_set_xy(%d,%d)\n", x, y); CLAMP(x, 0, LCDWIDTH-1); CLAMP(y, 0, LCDPAGES-1); x = x + 4; unsigned char cmd[3]; cmd[0] = 0xB0 | (y&0xF); cmd[1] = (x >> 4) | 0x10; cmd[2] = x & 0x0F; _send_commands(...