Search found 541 matches
- Wed Aug 12, 2026 12:48 pm
- Forum: General
- Topic: PIC18F57Q84 UART Error
- Replies: 12
- Views: 688
Re: PIC18F57Q84 UART Error
Good research, that sure looks like the issue then
- Wed Aug 12, 2026 11:00 am
- Forum: General
- Topic: PIC18F57Q84 UART Error
- Replies: 12
- Views: 688
Re: PIC18F57Q84 UART Error
Hi Ben.
The signal looks inverted, but if you analyse the data it looks correct for "Test"
So I think it is in break mode in the inter data gaps.
There is a bit in UxCON1 that controls break, I wondered if that is causing it, perhaps it is getting inadvertently set?
The signal looks inverted, but if you analyse the data it looks correct for "Test"
So I think it is in break mode in the inter data gaps.
There is a bit in UxCON1 that controls break, I wondered if that is causing it, perhaps it is getting inadvertently set?
- Tue Aug 11, 2026 1:31 pm
- Forum: General
- Topic: PIC18F57Q84 UART Error
- Replies: 12
- Views: 688
Re: PIC18F57Q84 UART Error
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?)
One for Ben and the UART CAL I think
(UxCON1 issue with this device?)
- Mon Aug 10, 2026 9:58 am
- Forum: General
- Topic: PIC18F57Q84 UART Error
- Replies: 12
- Views: 688
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: 328
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: 2839
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: 2839
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: 2839
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: 35
- Views: 9762
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: 4477
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.