Search found 1921 matches

by BenR
Fri Aug 22, 2025 9:55 am
Forum: Bug Reports
Topic: Timer Interval Not Working on STM32
Replies: 4
Views: 1652

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: 1191

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: 1492

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: 1047

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.
by BenR
Wed Jul 23, 2025 3:20 pm
Forum: Bug Reports
Topic: ESP32 and LED_SK6812RGBW1 "non stop boot"
Replies: 2
Views: 1447

Re: ESP32 and LED_SK6812RGBW1 "non stop boot"

Hello Stefan,

Is there an error message it's giving you? i.e. just before the text you sent there? I've looked at the component code and it seems to be ok but I could be missing something. What version of the ESP32 IDF compiler are you using?
by BenR
Wed Jul 23, 2025 3:08 pm
Forum: Bug Reports
Topic: MCP356x1 Init problem
Replies: 4
Views: 1619

Re: MCP356x1 Init problem

Hi Stefan,

Thanks for letting us know, hopefully resolved for you now via library updates.
by BenR
Mon Jul 14, 2025 10:02 pm
Forum: General
Topic: gLCD ILI9341 SPI
Replies: 5
Views: 3730

Re: gLCD ILI9341 SPI

Hi Petro, The 18F47K40 can be driven at up to 64MHz using the internal oscillator. That should hopefully give you a fair old speed boost. Maybe the chip is not running at the speed you think it is. the good old one second flasher test can clarify and ensure you are setup correctly. https://www.flowc...
by BenR
Fri Jul 11, 2025 7:24 pm
Forum: Feature Requests
Topic: TMC5160 STEPPER MOTOR CONTROL CHIP
Replies: 3
Views: 5136

Re: TMC5160 STEPPER MOTOR CONTROL CHIP

Thanks for the suggestion, yes we can certainly look into creating a component around that IC.
by BenR
Thu Jul 10, 2025 2:18 pm
Forum: General
Topic: ESP32 C3 UART USB problem
Replies: 6
Views: 7028

Re: ESP32 C3 UART USB problem

Hi Stefan,

I've made a good start with this now and aim to finish it off next week in between doing other things.

Atm it's looking very good and easy to implement and will become part of the standard USB Serial component.
by BenR
Thu Jul 10, 2025 9:48 am
Forum: General
Topic: ILI9488 TFT display
Replies: 2
Views: 5404

Re: ILI9488 TFT display

Hello, For the fastest speed you ideally want to use the display in parrallel 16-bit mode and this will give you the fastest response. Displays will parrallel support are widely available on AliExpress. This means you need a uC with around 19 I/O pins you can dedicate to driving the display. Then yo...