Search found 125 matches

by Alan_37
Thu Apr 25, 2024 8:39 pm
Forum: Bug Reports
Topic: W25 Flash ( STM32F411 )
Replies: 1
Views: 67

Re: W25 Flash ( STM32F411 )

Can this be fixed please ?
by Alan_37
Thu Apr 25, 2024 8:16 am
Forum: Bug Reports
Topic: STM32f411CE RCC / Timings
Replies: 6
Views: 115

Re: STM32f411CE RCC / Timings

Ok I see ,

Coming from Mcu's like AVR that dose not have PLL , I did not know that flowcade can calculate the internal PLL clocks
well that's cool :)

Maybe a for next update may I suggests flowcode displaying the calculated PLL clocks that would be nice .

Thanks
by Alan_37
Wed Apr 24, 2024 7:26 pm
Forum: Bug Reports
Topic: W25 Flash ( STM32F411 )
Replies: 1
Views: 67

W25 Flash ( STM32F411 )

Hi I am trying to use W25q32 Serial Flash but there seems to be more then 1 Bug in it . I can read data properly from it when programmed with a Programmer, but I can not write to it proper data using SPI with STM32f411. Bug 1 : Erase Block if I set it to start erasing from Page 5 , it will start fro...
by Alan_37
Sat Apr 20, 2024 7:23 pm
Forum: Bug Reports
Topic: STM32f411CE RCC / Timings
Replies: 6
Views: 115

Re: STM32f411CE RCC / Timings

So if I set the clock frequency say to 70Mhz via PLL and in flowcode options
I write 25Mhz cos that is the external oscillator frequency , Will flowcode be able to
calculate the right timings ?
by Alan_37
Sat Apr 20, 2024 11:15 am
Forum: Bug Reports
Topic: STM32f411CE RCC / Timings
Replies: 6
Views: 115

Re: STM32f411CE RCC / Timings

Hi , LeighM Yes I have set the clock speed LOL , I just found it , it was the Auto clear watchdog selected in the options removing it all works fine now, still don't know why that would happen . I also wanted to ask why the 411 is limited to 26Mhz in Flowcode when in the data sheet say it can go up ...
by Alan_37
Sat Apr 20, 2024 1:19 am
Forum: Bug Reports
Topic: STM32f411CE RCC / Timings
Replies: 6
Views: 115

STM32f411CE RCC / Timings

Hello I am using STM32f411CE there is something wrong with the RCC Settings in Flowcode I use STM32 Cube MX to calculate the setting no matter what settings I put HSI or HSE if I simply make a Loop with a C13=1, 300ms delay, C13=0, 300ms Delay, I always get 45ms Delay when measuring with oscilloscop...
by Alan_37
Mon Apr 01, 2024 12:10 pm
Forum: Feature Requests
Topic: ISO7816 T=0 Com Protocol
Replies: 1
Views: 143

ISO7816 T=0 Com Protocol

Hi , ISO/IEC 7816 is a standard com protocol for smart cards and security Chips . It has several transmission protocols, denoted as T=0, T=1, T=2, and T=3. Each transmission protocol defines how data is exchanged between the smart card and the MCU / Terminal . T=0 is one of the transmission protocol...
by Alan_37
Wed Mar 20, 2024 7:46 pm
Forum: Bug Reports
Topic: GLCD (SSD1306) I2C
Replies: 6
Views: 371

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

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

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...