Search found 23 matches
- Mon Jun 23, 2025 11:35 am
- Forum: Projects - Embedded
- Topic: STM32 Configure and Interrupt
- Replies: 24
- Views: 2086
Re: STM32 Configure and Interrupt
Thanks, Deqiang. I will pass on your comments for STM32 tutorials. We believe that one of Flowcode's strengths is that code written for one set of chips can be ported to another chip family with minimal effort. There are some issues that do not port seamlessly - e.g. interrupts - but most features ...
- Sun Jun 22, 2025 8:55 am
- Forum: Projects - Embedded
- Topic: STM32 Configure and Interrupt
- Replies: 24
- Views: 2086
Re: STM32 Configure and Interrupt
To be honest, I didn't find any difference, is it all be tested? ... Now I am using Flowcode V10, maybe you are working on V11, but please make sure they are tested on V10 and working well. Yes, it has been tested on V10. I have personally tested this in simulation with the FCD file that was attach...
- Sun Jun 22, 2025 7:50 am
- Forum: Projects - Embedded
- Topic: STM32 Configure and Interrupt
- Replies: 24
- Views: 2086
Re: STM32 Configure and Interrupt
Step at a time... Have you tried the demo on hardware? It gives a short LED flash every half second. Gives a long (half second) flash of the LED when the interrupt input is triggered. What do you see? Yes, I have tried different STM32F411 Boards. now it works, thank you very much! Best regards, Deq...
- Wed Jun 18, 2025 2:38 pm
- Forum: Projects - Embedded
- Topic: STM32 Configure and Interrupt
- Replies: 24
- Views: 2086
Re: STM32 Configure and Interrupt
Hello. The fix has been applied to the ARM devices and should be available via the component library update system. Hello All, I have replaced the replaced the file"32F411CE.fcdx", have tested the sample project "STM32F411BP_LED_EXTI.fcfx", have finished the component library up...
- Mon Jun 16, 2025 12:35 pm
- Forum: Projects - Embedded
- Topic: STM32 Configure and Interrupt
- Replies: 24
- Views: 2086
Re: STM32 Configure and Interrupt
I'm not sure what support there is for interrupts in simulation mode - one for the Matrix team. Simulation on that type of interrupt is not currently supported. We will look into this and see if it is possible. Hopefully it can be supported soon. Looking forward to your update. BR Deqiang
- Fri Jun 13, 2025 2:19 pm
- Forum: Projects - Embedded
- Topic: STM32 Configure and Interrupt
- Replies: 24
- Views: 2086
Re: STM32 Configure and Interrupt
I suspect there might already be examples on this or the old forum. Just some other points... Presumably you have proved that the hardware is working? Perhaps adding a led flash in the main loop. Are you using your own hardware design, or a development board? You have a pull up (or down) resistor o...
- Fri Jun 13, 2025 2:17 pm
- Forum: Projects - Embedded
- Topic: STM32 Configure and Interrupt
- Replies: 24
- Views: 2086
Re: STM32 Configure and Interrupt
I suspect there might already be examples on this or the old forum. Just some other points... Presumably you have proved that the hardware is working? Perhaps adding a led flash in the main loop. Are you using your own hardware design, or a development board? You have a pull up (or down) resistor o...
- Wed Jun 11, 2025 11:25 am
- Forum: Projects - Embedded
- Topic: STM32 Configure and Interrupt
- Replies: 24
- Views: 2086
Re: STM32 Configure and Interrupt
Hello all,
Is it possible someone can make a sample Flowcode program with a simple EXTI interrupt on STM32F411CEU6 chip to show it working?
It is important for me to carry on the current project.
Thank you very much!
Best regards,
Deqiang
Is it possible someone can make a sample Flowcode program with a simple EXTI interrupt on STM32F411CEU6 chip to show it working?
It is important for me to carry on the current project.
Thank you very much!
Best regards,
Deqiang
- Tue Jun 10, 2025 2:40 pm
- Forum: Projects - Embedded
- Topic: STM32 Configure and Interrupt
- Replies: 24
- Views: 2086
Re: STM32 Configure and Interrupt
As far as I can see, from the attached C file (and the fcfx) you have EXTI0 selected, not EXTI1 that is required for PA.1 Can you recheck this? Thank you very much for your fast reply, I am very appreciate it. You can find I select EXTI0 and also with PA.0. Because I am almost trying to test all th...
- Tue Jun 10, 2025 9:37 am
- Forum: Projects - Embedded
- Topic: STM32 Configure and Interrupt
- Replies: 24
- Views: 2086
Re: STM32 Configure and Interrupt
Hi, Interrupts do work on F4 series, unfortunately I personally won't be able to check your Flowcode project this week, someone else might be able. If you want to post the generated C code, I might be able to deduce something from that. Hello LeightM, Please check the C code for STM32 and PIC in at...