Search found 127 matches

by Alan_37
Mon Apr 29, 2024 9:47 am
Forum: Bug Reports
Topic: Advanced String Function ( Component )
Replies: 2
Views: 33

Re: Advanced String Function ( Component )

Hi Steve ,

Using STM32f411

Thanks
by Alan_37
Sun Apr 28, 2024 9:48 pm
Forum: Bug Reports
Topic: Advanced String Function ( Component )
Replies: 2
Views: 33

Advanced String Function ( Component )

Hi There is a bug in the component simulation works fine but when trying to compile it fails with the following error AC_Com_NX.o: In function `FCM_EXT_Buffer': AC_Com_NX.c:(.text.FCM_EXT_Buffer+0x170): undefined reference to `FCI_REMOVEFROMSTRING' collect2.exe: error: ld returned 1 exit status Erro...
by Alan_37
Thu Apr 25, 2024 8:39 pm
Forum: Bug Reports
Topic: W25 Flash ( STM32F411 )
Replies: 1
Views: 87

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

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

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

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

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

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

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

Re: GLCD (SSD1306) I2C

Thanks for the fix

Regards