Search found 2210 matches

by BenR
Wed Aug 12, 2026 11:57 am
Forum: General
Topic: PIC18F57Q84 UART Error
Replies: 12
Views: 284

Re: PIC18F57Q84 UART Error

Thanks Leigh,

We can also try this using this C code to see if this makes a difference.

U1CON1 = 0x80;

The CAL code does write to this register on initialise but the reset value should be 0x00 and we just set the ON bit which should be bit 7.

Could be a silicone bug, in fact I'll check the ...
by BenR
Wed Aug 12, 2026 10:27 am
Forum: General
Topic: PIC18F57Q84 UART Error
Replies: 12
Views: 284

Re: PIC18F57Q84 UART Error

Hmm that's pretty odd indeed.

There is a register that controls the state of the TX pin but it completely flips the signal and the signal looks mostly ok, though not 100% correct.

Our CAL doesn't write to the register in question and the default state should be 0 so again this is very odd.

You ...
by BenR
Tue Aug 11, 2026 11:26 pm
Forum: Tips & Tricks
Topic: So Obvious.......
Replies: 35
Views: 7026

Re: So Obvious.......

I've had a go at the MQTT upgrades and have something here but want it to be tested a bit more before we release it to the update system.

I've implemented the QoS and Clean Start as well as a number of other things.

Have a play and let us know how you get on. I'll try and find some time for some ...
by BenR
Thu Aug 06, 2026 4:28 pm
Forum: Tips & Tricks
Topic: Flowcode 11 Serial In Circuit Debug (ICD)
Replies: 5
Views: 4535

Re: Flowcode 11 Serial In Circuit Debug (ICD)

Hi Jay,
For the Port and Pin settings, should I be using the UART hardware pins. Tx C6 Rx C7
Yes that's correct.

I've made a quick change which is to add the interrupt handler. Hopefully this should work correctly now.
18F2585_ICD.fcdx
(27.46 KiB) Downloaded 29 times
by BenR
Thu Aug 06, 2026 4:25 pm
Forum: Bug Reports
Topic: Copy and past Error, no Garbage collection
Replies: 6
Views: 1547

Re: Copy and past Error, no Garbage collection

Hello Obi100,

I'm not totally sure of your intent here...

Maybe your Developers could not do the work right :mrgreen:

This is clearly a sign of poor software programming. Your application's memory management seems to be stuck in the Windows 95 era.

Make it open source; perhaps others can ...
by BenR
Thu Aug 06, 2026 1:55 pm
Forum: General
Topic: Embedded AI
Replies: 16
Views: 4167

Re: Embedded AI

Hello,

Yes that's been added for you now. The latest version of the component is available from the Help -> Library updates menu now.
by BenR
Thu Aug 06, 2026 9:53 am
Forum: General
Topic: PIC18F15Q41
Replies: 43
Views: 97105

Re: PIC18F15Q41

Hi Dirk,

Thanks for reporting I'll look into it now for you. Which specific chips have you tested and are you using v10 or v11?

I've been through and checked the 1804Q41, 1805Q41, 1806Q41 devices in V10 and V11 and they are all correctly avoiding the use of PortB for the IOC.

I can't see any ...
by BenR
Mon Aug 03, 2026 12:47 pm
Forum: General
Topic: Arduino Uno R4
Replies: 8
Views: 3373

Re: Arduino Uno R4

Hello All,

Uno R4 Wifi landed on my desk this morning so hopefully I can find a way forward with this ASAP :D
by BenR
Fri Jul 31, 2026 12:33 pm
Forum: Projects - Embedded
Topic: dsPIC33 PLL
Replies: 2
Views: 542

Re: dsPIC33 PLL

Hello,

Here is how we do a similar clock speed switch on our dsPIC devices, hopefully helps to show the way.

//Setup configuration for 70MIPs using 7.37MHz internal osc
PLLFBD = 68;// M=70
CLKDIVbits.PLLPOST = 0;// N1=2
CLKDIVbits.PLLPRE = 0;// N2=2
OSCTUN = 23;//Tune FRC oscillator from 7.37Mhz ...
by BenR
Thu Jul 30, 2026 11:14 am
Forum: General
Topic: Embedded AI
Replies: 16
Views: 4167

Re: Embedded AI

Hello,

How's this? I've tweaked your file slightly and it seems to be working now.
neuron1.fcfx
(17.13 KiB) Downloaded 67 times