Search found 1927 matches

by BenR
Mon Sep 15, 2025 10:38 am
Forum: Bug Reports
Topic: ESP CANbus not compiling
Replies: 4
Views: 123

Re: ESP CANbus not compiling

Hello,

Thanks for letting us know, could be something related to the version of the IDF ESP compiler. We will investigate and see if there is an easy fix.
by BenR
Mon Sep 15, 2025 9:55 am
Forum: General
Topic: PIC18F15Q41
Replies: 17
Views: 6830

Re: PIC18F15Q41

Hi Dirk,

We're certainly making progress with I2C but not quite there just yet.

What's the problem with MIDI?
by BenR
Tue Sep 09, 2025 6:14 pm
Forum: Feature Requests
Topic: PIC18-Q41 Family
Replies: 8
Views: 8627

Re: PIC18-Q41 Family

Hello,

I think we've looked at this I2C before and ran into issues however on having another look I've spotted more information in the form of additional helper manuals from Microchip and so I'm happy to have another go. Just seeing if I can get my hands on some hardware to help with the testing.
by BenR
Tue Sep 09, 2025 1:19 pm
Forum: Bug Reports
Topic: EXTI Interrupt Issue on STM32
Replies: 21
Views: 5103

Re: EXTI Interrupt Issue on STM32

Hello,

I'll pop Leigh's change into the library updates now.
by BenR
Mon Sep 08, 2025 12:28 pm
Forum: General
Topic: Error downloading updates [SOLVED]
Replies: 4
Views: 203

Re: Error downloading updates

Hello,

Many thanks for reporting.

Hopefully all resolved for you now.
by BenR
Wed Sep 03, 2025 5:07 pm
Forum: General
Topic: Is it possible to use the "Flash EEPROM" component on the STM32F030F4P6?
Replies: 2
Views: 220

Re: Is it possible to use the "Flash EEPROM" component on the STM32F030F4P6?

Hello,

The current component won't work with the STARM devices no but I have used the flash on an ST ARM device as EEPROM and so I'll dig out the code and see if it's possible to add into the current component.
by BenR
Fri Aug 22, 2025 9:55 am
Forum: Bug Reports
Topic: Timer Interval Not Working on STM32
Replies: 4
Views: 1999

Re: Timer Interval Not Working on STM32

Hello, Yes it looks like the timed interval component has a problem on STM32 we will investigate. For now is it possible for you to just use the timer interrupt instead. I have attached a modified version of your program as an example for you. You will probably need to go into the properties of the ...
by BenR
Wed Jul 23, 2025 10:02 pm
Forum: Bug Reports
Topic: RTC Component Fails on I2C Channel 2 (PIC18F87K22, Flowcode v10.1.2.40)
Replies: 2
Views: 1283

Re: RTC Component Fails on I2C Channel 2 (PIC18F87K22, Flowcode v10.1.2.40)

Hi Jack,

Thanks for letting us know. Please can you attach your project containing the problem and I'll investigate for you. I'll also look into the I2C on channel 2 for this device and make sure the I2C peripheral is compiling as it should.
by BenR
Wed Jul 23, 2025 3:39 pm
Forum: Feature Requests
Topic: ATMEGA644V-10AU , 44Pins missing
Replies: 1
Views: 1576

Re: ATMEGA644V-10AU , 44Pins missing

Hello Staffan,

The 44pin version of the chip will work with the current chip definition file. However I have generated a new version of the definition file named ATMEGA644SMD which should be live now on the library update system if you do a full database update.
by BenR
Wed Jul 23, 2025 3:22 pm
Forum: General
Topic: PWM cycles counting
Replies: 1
Views: 1089

Re: PWM cycles counting

Hello,

The PWM should be driven by a timer, just enable a timer interrupt for that timer before you enable the PWM and this should give you an interrupt at the end of every period. Hope this helps.