Search found 118 matches

by Alan_37
Wed Mar 20, 2024 7:46 pm
Forum: Bug Reports
Topic: GLCD (SSD1306) I2C
Replies: 6
Views: 237

Re: GLCD (SSD1306) I2C

Thanks for the fix

Regards
by Alan_37
Tue Mar 19, 2024 5:08 pm
Forum: Bug Reports
Topic: GLCD (SSD1306) I2C
Replies: 6
Views: 237

Re: GLCD (SSD1306) I2C

Hi Thanks for your reply , Yes I have downloaded all the updates & restart . I have included a sample Attachment , try to change the SSD1306 SDA to B9 and SCL to B8 Save and restart it will default back SDA B7 and SCL B6 after restart. Also Try to set the SPI Master to software , Mosi : B5 , Miso : ...
by Alan_37
Sat Mar 16, 2024 11:10 am
Forum: Bug Reports
Topic: GLCD (SSD1306) I2C
Replies: 6
Views: 237

Re: GLCD (SSD1306) I2C

Hi Steve , Just found out that the problem is not only on the SSD1306 I just made an SPI Master on a new product , if I use channel 1 ( hardware ) is saves the connections properly , but if I use it is software mode and set the connections differently it will not keep the connections after restartin...
by Alan_37
Sun Feb 11, 2024 9:33 am
Forum: Bug Reports
Topic: GLCD (SSD1306) I2C
Replies: 6
Views: 237

GLCD (SSD1306) I2C

Hello This component has a very annoying bug , I set in the properties B8 as SDA and B9 as SCL I compile everything works Fine . When I restart Flowcode the connection properties Change back to B6 SDA and B7 SCL every time . I am using 2D Legacy Dash , cos the project was started on v9 but the displ...
by Alan_37
Tue Jan 30, 2024 11:31 pm
Forum: Feature Requests
Topic: Suggestions for new microcontroller support
Replies: 48
Views: 98090

Re: Suggestions for new microcontroller support

What about this Powerful 550Mhz Cheap Beast STM32H723ZGT6 Would love to program it with flowcode :) Link HERE https://www.aliexpress.com/item/1005005852859518.html?spm=a2g0o.detail.pcDetailTopMoreOtherSeller.2.777aeArLeArLxL&gps-id=pcDetailTopMoreOtherSeller&scm=1007.40000.327270.0&scm_id=1007.40000...
by Alan_37
Sun Jan 28, 2024 8:40 pm
Forum: General
Topic: STM32F401 UART
Replies: 28
Views: 2827

Re: STM32F401 UART

Hi Leigh, I can confirm that the bug is now fixed 100%, have connected the RX of U1 and U2 together so that the data arrives exactly the same time on the 2 UARTS. Sent data every 200ms, tested for 20 minutes without any problems . Kindly have a quick look to other STM Targets that maybe have same bu...
by Alan_37
Sun Jan 28, 2024 7:04 pm
Forum: General
Topic: STM32F401 UART
Replies: 28
Views: 2827

Re: STM32F401 UART

Hi Leigh,

Sure will test tomorrow and let you know

Thanks
by Alan_37
Sat Jan 27, 2024 2:38 pm
Forum: General
Topic: STM32F401 UART
Replies: 28
Views: 2827

Re: STM32F401 UART

Leigh , Ok working was my fault i set the interrupt on rising edge

Now software mode working Fine Thanks for your help

Regards Alan
by Alan_37
Sat Jan 27, 2024 2:19 pm
Forum: General
Topic: STM32F401 UART
Replies: 28
Views: 2827

Re: STM32F401 UART

Hi , ohh ok i thought RX int , Yes now the interrupts are being triggered
but the data is not being recived properly , I send something and it reply
with something else
by Alan_37
Sat Jan 27, 2024 1:44 pm
Forum: General
Topic: STM32F401 UART
Replies: 28
Views: 2827

Re: STM32F401 UART

Hi Leigh,

interrupt Still not triggering in software mode i put the FCD file in C:\ProgramData\MatrixTSL\FlowcodeV10\FCD\ARM,
restart and recompile to chip .