Looks like the TX output is being forced into a non-Idle (break) state
One for Ben and the UART CAL I think
(UxCON1 issue with this device?)
Search found 539 matches
- Tue Aug 11, 2026 1:31 pm
- Forum: General
- Topic: PIC18F57Q84 UART Error
- Replies: 3
- Views: 92
- Mon Aug 10, 2026 9:58 am
- Forum: General
- Topic: PIC18F57Q84 UART Error
- Replies: 3
- Views: 92
Re: PIC18F57Q84 UART Error
Could you provide a sample picture and what data it represents that you are sending
- Mon Aug 10, 2026 9:50 am
- Forum: Bug Reports
- Topic: I always get an error when doing this exercise
- Replies: 7
- Views: 89
Re: I always get an error when doing this exercise
You must include the quotes e.g. "color"
- Mon Jun 29, 2026 6:34 pm
- Forum: Bug Reports
- Topic: Free Target E-Blocks2 STARM Programmer failing to compile in FC11 Free Version
- Replies: 9
- Views: 2192
Re: Free Target E-Blocks2 STARM Programmer failing to compile in FC11 Free Version
Hi,
I've just had chance to look at your projects and their settings.
You have PLL selected as system clock, but PLL source is set to OFF
Please change PLL source to HSI
With these settings your system clock and timer clocks will be 48MHz
You have correctly set the Flowcode project clock speed to ...
I've just had chance to look at your projects and their settings.
You have PLL selected as system clock, but PLL source is set to OFF
Please change PLL source to HSI
With these settings your system clock and timer clocks will be 48MHz
You have correctly set the Flowcode project clock speed to ...
- Tue Jun 23, 2026 7:41 pm
- Forum: Bug Reports
- Topic: Free Target E-Blocks2 STARM Programmer failing to compile in FC11 Free Version
- Replies: 9
- Views: 2192
Re: Free Target E-Blocks2 STARM Programmer failing to compile in FC11 Free Version
Could it be the e-blocks2 port remapping that is causing confusion?
- Sun Jun 21, 2026 9:12 am
- Forum: Bug Reports
- Topic: Free Target E-Blocks2 STARM Programmer failing to compile in FC11 Free Version
- Replies: 9
- Views: 2192
Re: Free Target E-Blocks2 STARM Programmer failing to compile in FC11 Free Version
This sounds like wrong project or component settings. Clock speeds for example. Because delays and PWM definitely do work.
I'm not in a position to check your settings at the moment.
It looks like you have posted your HAL code version?
Perhaps if you post your Flowcode native version someone may be ...
I'm not in a position to check your settings at the moment.
It looks like you have posted your HAL code version?
Perhaps if you post your Flowcode native version someone may be ...
- Tue Jun 09, 2026 4:24 pm
- Forum: Tips & Tricks
- Topic: So Obvious.......
- Replies: 31
- Views: 5937
Re: So Obvious.......
Interesting about the Orange Pi, I've been using these for some time, although they are not as dirt cheap as they used to be.
I have one running my NAS, running on Armbian Linux, which I would recommend, as I've found it to be the most stable and supported ARM distro,
apart from Raspberry PI OS of ...
I have one running my NAS, running on Armbian Linux, which I would recommend, as I've found it to be the most stable and supported ARM distro,
apart from Raspberry PI OS of ...
- Sun May 31, 2026 6:06 pm
- Forum: Projects - Embedded
- Topic: ATTiny2313/4313 Flowcode development board
- Replies: 22
- Views: 3586
Re: ATTiny2313/4313 Flowcode development board
Could you try adding a property
file = "ATTINY4313_dev_board"
after the name =
(I can't remember if we need the .fcdx suffix)
And delete everything above <root>
Such that it's the first line.
file = "ATTINY4313_dev_board"
after the name =
(I can't remember if we need the .fcdx suffix)
And delete everything above <root>
Such that it's the first line.
- Sun May 31, 2026 4:44 pm
- Forum: Projects - Embedded
- Topic: ATTiny2313/4313 Flowcode development board
- Replies: 22
- Views: 3586
Re: ATTiny2313/4313 Flowcode development board
I can't be sure on the details without checking on my installation and I'm not at all familiar with AVR.
- Sun May 31, 2026 4:22 pm
- Forum: Projects - Embedded
- Topic: ATTiny2313/4313 Flowcode development board
- Replies: 22
- Views: 3586
Re: ATTiny2313/4313 Flowcode development board
Quick look on my mobile, re the first issue, I think you need to change device name="ATTINY4313' to something like ATTINY4313_dev_board to make the fcd unique. As I recall, as an alternative, there's also a 'file' option property for the device section.
Hope that helps.
Hope that helps.