Search found 125 matches

by Alan_37
Sun Feb 11, 2024 9:33 am
Forum: Bug Reports
Topic: GLCD (SSD1306) I2C
Replies: 6
Views: 401

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: 49
Views: 99059

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: 3144

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: 3144

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: 3144

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: 3144

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: 3144

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 .
by Alan_37
Sat Jan 27, 2024 12:01 pm
Forum: General
Topic: STM32F401 UART
Replies: 28
Views: 3144

Re: STM32F401 UART

Hi again , So here is an update using the c code in a timer interrupt works for a wile but after some time the MCU stop working entirely not only the UARTS! So i was thinking to use the uarts in software mode , but as I mentioned the RX interupt dose not work in software mode like it dose on the STM...
by Alan_37
Tue Jan 23, 2024 10:44 am
Forum: General
Topic: STM32F401 UART
Replies: 28
Views: 3144

Re: STM32F401 UART

If you need to test something on my setup just let me know .

Regards

Alan
by Alan_37
Mon Jan 22, 2024 10:26 pm
Forum: General
Topic: STM32F401 UART
Replies: 28
Views: 3144

Re: STM32F401 UART

Hi LeighM , I might have found something to help you solve the Mistry or at least point you in the right direction . when the UART fail and the Interrupt is not being triggered any more the following C code will bring it back to life it will fail again and again but this line always fixes it for a f...