Search found 179 matches

by Alan_37
Sun Oct 03, 2021 10:31 pm
Forum: Flowcode V8
Topic: Flowcode V9 ESP toolchain
Replies: 7
Views: 7904

Re: Flowcode V9 ESP toolchain

Hi I have this new problem the toolchain and idf folder are installed Target folder: C:\Users\alanc\Desktop\ESP32FC Source name: C:\Users\alanc\Desktop\ESP32FC\Flowcode1.fcfx Title: Description: Device: ESP.ESP32.ESP32_WROVER Generated by: Flowcode v9.2.0.33 Date: Sunday, October 03, 2021 23:27:09 U...
by Alan_37
Sat Dec 05, 2020 12:10 am
Forum: Flowcode V8
Topic: Flowcode V9 ESP toolchain
Replies: 7
Views: 7904

Re: Flowcode V9 ESP toolchain

Thanks for your reply Benj, It worked compiled and programmed the esp32 to 100%
by Alan_37
Fri Dec 04, 2020 9:32 pm
Forum: Flowcode V8
Topic: Flowcode V9 ESP toolchain
Replies: 7
Views: 7904

Re: Flowcode V9 ESP toolchain

OK I have fixed the location, now getting the below message Launching the compiler... C:\ProgramData\MatrixTSL\FlowcodeV9\FCD\ESP\Batch\esp32_build.bat "C:\Users\alanc\Desktop\esp-idf\" "Flowcode3" "C:\Users\alanc\Desktop\TEST\WS2812\esp\" esp32s_sdkconfig Building Flowcode3 ... Setting IDF_PATH: C:...
by Alan_37
Fri Dec 04, 2020 7:44 pm
Forum: Flowcode V8
Topic: Flowcode V9 WS2812 Bug
Replies: 4
Views: 3327

Re: Flowcode V9 WS2812 Bug

Target stm32f407zG With flowcode 9
by Alan_37
Fri Dec 04, 2020 7:24 pm
Forum: Flowcode V8
Topic: Flowcode V9 ESP toolchain
Replies: 7
Views: 7904

Flowcode V9 ESP toolchain

Hi,

Trying to compile a blink for esp32 flowcode 9 keeps saying toolchain not installed.

I have downloaded it and installed 2 times and also rebooted the PC
by Alan_37
Fri Dec 04, 2020 5:12 pm
Forum: Flowcode V8
Topic: Flowcode V9 WS2812 Bug
Replies: 4
Views: 3327

Flowcode V9 WS2812 Bug

Hi WS2812 not compiling, just a very simple code INIT and Set brightnes. Flowcode1.o: In function `FCD_06621_LED_WS2811__Refresh': Flowcode1.c:(.text.FCD_06621_LED_WS2811__Refresh+0x32): undefined reference to `FCD_06621_LED_WS2811__OutputHigh' Flowcode1.c:(.text.FCD_06621_LED_WS2811__Refresh+0x4a):...
by Alan_37
Fri Dec 04, 2020 10:39 am
Forum: Flowcode V8
Topic: Flowcode 9
Replies: 23
Views: 35304

Re: Flowcode 9

Hi Steve,

At least please consider those who allready owned the chip pack in previous versions to have it @ hobbyist price .
by Alan_37
Fri Dec 04, 2020 9:51 am
Forum: Flowcode V8
Topic: Flowcode 9
Replies: 23
Views: 35304

Re: Flowcode 9

Hi Karthickefy

Everything is very well explained in this video https://youtu.be/c14_sgXaom0
by Alan_37
Fri Dec 04, 2020 12:02 am
Forum: Flowcode V8
Topic: Flowcode 9
Replies: 23
Views: 35304

Re: Flowcode 9

hi medelec35,

That is what I hoped but no the STM32 Chip Pack is only available for PRO and that is
what I am playing with at the moment.

STM32 is why I Bought V7 and the only reason I am interested in V9.
by Alan_37
Thu Dec 03, 2020 9:03 pm
Forum: Flowcode V8
Topic: Flowcode 9
Replies: 23
Views: 35304

Re: Flowcode 9

I would pay a bit more for the STM Pack but Pro version everything double the price :(
by Alan_37
Thu Dec 03, 2020 8:32 pm
Forum: Flowcode V8
Topic: Flowcode 9
Replies: 23
Views: 35304

Re: Flowcode 9

Hi ,

I was waiting for v9 to upgrade but STM32 is PRO-only and that's too expensive for me :cry: :cry:
by Alan_37
Tue Dec 01, 2020 2:26 pm
Forum: Flowcode V8
Topic: STM32F407ZG Uart ( Software Mode)
Replies: 6
Views: 3824

Re: STM32F407ZG Uart ( Software Mode)

hello LeighM ,

I can see that this bug is also present on V7.3, I was wondering
is Flowcode 7 still supported for this type of Bugs do we still get bug fixes?

cos I can see that the cumulative update tread in flowcode 7 is quite old
Is there a link we can access to download bug fixes?
by Alan_37
Thu Nov 12, 2020 5:22 pm
Forum: Flowcode V8
Topic: String Array Clear
Replies: 4
Views: 3080

Re: String Array Clear

Hi, it is just a 1d Array that is storing bytes from an sd card file. Array = "" dose not work . I just need to clear it as my problem is when for example first I populate the array with "123456789" then if I use it again to have it populated with "abc" I get a result of "abc456789" the only way I f...
by Alan_37
Thu Nov 12, 2020 4:42 pm
Forum: Flowcode V8
Topic: String Array Clear
Replies: 4
Views: 3080

String Array Clear

Hi is there a function to flush / Clear a string Array I know I can do Array[0] = 0 and so on or a loop that goes true all the array and set all the elements to 0. I was hoping something more simple like Array = "" which does not work also tried a c# icon with Array.Clear(FCV_Array, 0, FCV_Array.Len...
by Alan_37
Fri Oct 16, 2020 11:34 am
Forum: Flowcode V8
Topic: STM32F407 UART/USART
Replies: 3
Views: 3978

Re: STM32F407 UART/USART

Hi Alkaline

It Works 100% thanks very much for your help.

Alan
by Alan_37
Fri Oct 16, 2020 11:26 am
Forum: Flowcode V8
Topic: STM32F407 UART/USART
Replies: 3
Views: 3978

Re: STM32F407 UART/USART

Hi Alkaline

Thanks for your reply I will test this and let you know the outcome shortly

Alan
by Alan_37
Fri Oct 16, 2020 10:37 am
Forum: Flowcode V8
Topic: STM32F407 UART/USART
Replies: 3
Views: 3978

STM32F407 UART/USART

Hi I just started playing with STM32 so this is new for me, now I just came across something strange I made a simple flowcode that initialize the Uart, enables the UART1 RX Interapt, the interapt calls a macro to receive a string then that string is sent back to me so that I can test the UART is wor...
by Alan_37
Wed Oct 14, 2020 8:54 pm
Forum: Bug reports
Topic: Serial Change HW Baud
Replies: 8
Views: 8989

Re: Serial Change HW Baud

Hi Martin Thanks for taking the time to look at this and write the macro. Regarding your question on "how to generalize" I think that we should not try to reinvent the wheel here cos the bug is in the AVR_CAL_UART.c Don't get me wrong, I appreciate your work but for now, a simple workaround is enoug...
by Alan_37
Tue Oct 13, 2020 11:57 pm
Forum: Bug reports
Topic: Serial Change HW Baud
Replies: 8
Views: 8989

Re: Serial Change HW Baud

Hi Martin

You are right for sure there is no need for high-speed data transfer
will delete the last 3 .
by Alan_37
Tue Oct 13, 2020 10:45 pm
Forum: Bug reports
Topic: Serial Change HW Baud
Replies: 8
Views: 8989

Re: Serial Change HW Baud

Hi Martin, you are welcome had to dig deep into the datasheet for this :) It is also good to mention that this will work only on Channel 1 ( uart 0 ) for Channel 2 ( uart 1 ) use registers UBRR1L and UBRR1H instead, values are the same. below is a simple Macro I am going to use maybe someone else wi...
by Alan_37
Tue Oct 13, 2020 9:42 pm
Forum: Bug reports
Topic: Serial Change HW Baud
Replies: 8
Views: 8989

Re: Serial Change HW Baud

Hi This sure is a Bug , but I just found a way around this Just use a C Code, Tested this and works fine on Atmega 328P. // Baud Rate 2400: UBRR0L = 0xA0; UBRR0H = 0x01; // Baud Rate 4800: UBRR0L = 0xCF; UBRR0H = 0x00; // Baud Rate 9600: UBRR0L = 0x67; UBRR0H = 0x00; // Baud Rate 14400: UBRR0L = 0x4...
by Alan_37
Mon Oct 12, 2020 10:59 am
Forum: Bug reports
Topic: Serial Change HW Baud
Replies: 8
Views: 8989

Serial Change HW Baud

Hi, I am trying to change the serial baud rate dynamically but it seems that it does not work maybe I am doing something wrong been trying all day with no luck. I bet this bug is also present on V8, I am using Atmega 328P but will be also needing this for Atmega 2560 Would be happy if at least there...
by Alan_37
Mon Jul 27, 2020 12:52 am
Forum: User Components
Topic: Search and Split String
Replies: 1
Views: 3657

Search and Split String

Hi, Some time ago I made this simple but very powerful Macro thought would be nice to share with the community. Maybe someone could make a Component out of it I use this almost all the time. The Macro takes an input string and another 2 search strings, It Searches for a specific word or letter in th...
by Alan_37
Wed Jul 08, 2020 12:36 pm
Forum: Bug reports
Topic: Function pow (x,y)
Replies: 2
Views: 4404

Re: Function pow (x,y)

Hi Benj ,

chip is Atmega2560, in the simulation work fine.
by Alan_37
Wed Jul 08, 2020 12:27 pm
Forum: Bug reports
Topic: Function pow (x,y)
Replies: 2
Views: 4404

Function pow (x,y)

Just found a bug in the pow Function

result = pow (x,y)

pow (2,0) = 1 (ok )
pow (2,1) = 2 ( ok )
pow (2,2) = 3 ( ? )
pow (2,3) = 7 ( ? )

if y is greater than 1 the result is wrong by -1

I resolved this by doing if ( y > 1) {result = result +1 } but i think it is still u bug .