hi
Just downloaded V9 and it works perfectly, so the bug is only on V8.
Search found 10 matches
- Tue Dec 15, 2020 11:47 am
- Forum: Bug Reports
- Topic: WS2812B
- Replies: 5
- Views: 7339
- Mon Dec 14, 2020 3:45 pm
- Forum: Bug Reports
- Topic: WS2812B
- Replies: 5
- Views: 7339
Re: WS2812B
Hi Benj
I have put the delay as advised, also noticed there was a component update which I installed, restarted flowcode, and recompiled
but still the same problem.
I have put the delay as advised, also noticed there was a component update which I installed, restarted flowcode, and recompiled
but still the same problem.
- Mon Dec 14, 2020 11:21 am
- Forum: Bug Reports
- Topic: WS2812B
- Replies: 5
- Views: 7339
Re: WS2812B
Hi Benj,
Here it is, I know there is no need for the delays between, and in the first loop I changed to setAllLED's color
I was just experimenting trying to solve the issue.
Here it is, I know there is no need for the delays between, and in the first loop I changed to setAllLED's color
I was just experimenting trying to solve the issue.
- Sun Dec 13, 2020 4:46 pm
- Forum: Bug Reports
- Topic: WS2812B
- Replies: 5
- Views: 7339
WS2812B
Hi,
WS2812B Lights white at first then starts working normally
I am just making it Blink. I am including a small clip below
https://mega.nz/folder/tM1Hia6a#fHkC1LTFQDlfCk4_NxPPTw
WS2812B Lights white at first then starts working normally
I am just making it Blink. I am including a small clip below
https://mega.nz/folder/tM1Hia6a#fHkC1LTFQDlfCk4_NxPPTw
- Thu Dec 03, 2020 8:44 pm
- Forum: Flowcode V8
- Topic: Flowcode 9
- Replies: 23
- Views: 58951
Re: Flowcode 9
Hi Alan, same here also working on the STM32
Not upgrading but I would prefer to buy the V9 then the older version, but as you say the Pro is too expensive
Not upgrading but I would prefer to buy the V9 then the older version, but as you say the Pro is too expensive

- Thu Dec 03, 2020 8:40 pm
- Forum: Flowcode V8
- Topic: STM32F407ZG I2c ( software only)
- Replies: 2
- Views: 2140
Re: STM32F407ZG I2c ( software only)
hi LightM
Yes it Works 100% Thanks very much .
Yes it Works 100% Thanks very much .
- Wed Dec 02, 2020 10:00 pm
- Forum: Flowcode V8
- Topic: STM32F407ZG I2c ( software only)
- Replies: 2
- Views: 2140
STM32F407ZG I2c ( software only)
Hi,
STM32F407ZG I2c master is only available in software mode, this Chip should have more than 1 i2c channel.
STM32F407ZG I2c master is only available in software mode, this Chip should have more than 1 i2c channel.
- Tue Dec 01, 2020 2:19 pm
- Forum: Flowcode V8
- Topic: STM32F407ZG Uart ( Software Mode)
- Replies: 6
- Views: 6024
Re: STM32F407ZG Uart ( Software Mode)
Hi LeighM
Yes, I can confirm It works 100%! thanks very much for your help
Yes, I can confirm It works 100%! thanks very much for your help
- Tue Dec 01, 2020 9:52 am
- Forum: Flowcode V8
- Topic: STM32F407ZG Uart ( Software Mode)
- Replies: 6
- Views: 6024
Re: STM32F407ZG Uart ( Software Mode)
Good morning, Thanks for your reply
Here it is Attached
Here it is Attached
- Tue Dec 01, 2020 12:20 am
- Forum: Flowcode V8
- Topic: STM32F407ZG Uart ( Software Mode)
- Replies: 6
- Views: 6024
STM32F407ZG Uart ( Software Mode)
Hi, Just started playing whit STM32, I need to have a UART in software mode but it seems that there is a bug. I am running a very simple code just init the UART and send a char (53) @ 19200 should translate in ASCII: 5 but the output from the chip is very strange. STM32 is running @ 16MHZ and it wor...