Thanks Leigh, Yes could well be the cause.
Here's the remapping guide for the E-block board from ST Port pins to E-blocks Port Pins if it's useful.
Search found 2182 matches
- Wed Jun 24, 2026 1:31 pm
- Forum: Bug Reports
- Topic: Free Target E-Blocks2 STARM Programmer failing to compile in FC11 Free Version
- Replies: 8
- Views: 775
- Mon Jun 22, 2026 11:55 am
- Forum: General
- Topic: Arduino Uno R4
- Replies: 3
- Views: 1680
Re: Arduino Uno R4
Hello,
Thanks for letting us know. We have a meeting this week and I'll raise the topic of looking at the Renesas chips.
Thanks for letting us know. We have a meeting this week and I'll raise the topic of looking at the Renesas chips.
- Fri Jun 19, 2026 10:41 am
- Forum: Bug Reports
- Topic: ESP32S3 SD-card init problem
- Replies: 10
- Views: 2289
Re: ESP32S3 SD-card init problem
Hello Stefan, As I say we have it working great on the ESP32S3 so not sure wehat the problem is here. This is my firmware project file and the part that initialises the card. We are sure the card is running as we put bitmaps and font data onto the card and that's all working great. Screenshot 2026-0...
- Thu Jun 18, 2026 10:11 am
- Forum: User Components
- Topic: Component: LCD SPI (MiniClick) (Alphanumeric)
- Replies: 13
- Views: 2507
Re: Component: LCD SPI (MiniClick) (Alphanumeric)
Looking at your project you have a C code icon near the top of your program, this is not required and could be causing issues. You could also maybe try disabling the call to the other SPI while you are debugging the screen to see if that can help as it's sharing pins with the display component. I've...
- Thu Jun 18, 2026 9:55 am
- Forum: User Components
- Topic: Component: LCD SPI (MiniClick) (Alphanumeric)
- Replies: 13
- Views: 2507
Re: Component: LCD SPI (MiniClick) (Alphanumeric)
Hi Rod, Thanks for the details analysis and explanation and also bearing with us. I'm looking into it now and hopefully will have a solution for you ASAP. Just so you're aware the component source files are available in the wiki so if you ever need to make a change to a component you can do so but o...
- Wed Jun 17, 2026 11:44 am
- Forum: General
- Topic: Using FVR on a adc channel
- Replies: 29
- Views: 2118
Re: Using FVR on a adc channel
Hi Bob,
It would help me a lot to be able to see you're measurement circuit. That way I will be able to confirm if my assumptions about how you've wired things are correct.
It would help me a lot to be able to see you're measurement circuit. That way I will be able to confirm if my assumptions about how you've wired things are correct.
- Mon Jun 15, 2026 5:18 pm
- Forum: General
- Topic: Using FVR on a adc channel
- Replies: 29
- Views: 2118
Re: Using FVR on a adc channel
This might do it 
I have two ADC components, one using VCC and another using FVR.
I read the VCC ADC and use that to get the ball park voltage. If it's more suited to an FVR range then I switch to the best option.
I have two ADC components, one using VCC and another using FVR.
I read the VCC ADC and use that to get the ball park voltage. If it's more suited to an FVR range then I switch to the best option.
- Mon Jun 15, 2026 5:10 pm
- Forum: General
- Topic: Using FVR on a adc channel
- Replies: 29
- Views: 2118
Re: Using FVR on a adc channel
Ideally you want to drive the potential divider from 5V and then adjust the ADC settings and FVR based on the resistance. For low values of resistor you want to use VCC as the reference. Then as the resistance gets higher and higher the voltage across R2 will drop and so switching to FVR and if need...
- Mon Jun 15, 2026 5:03 pm
- Forum: General
- Topic: Using FVR on a adc channel
- Replies: 29
- Views: 2118
Re: Using FVR on a adc channel
This one is maybe slightly more accurate as the FVR voltage is defined more precisely.
- Mon Jun 15, 2026 4:59 pm
- Forum: General
- Topic: Using FVR on a adc channel
- Replies: 29
- Views: 2118
Re: Using FVR on a adc channel
How's this. I've just reworked your formula a bit and assumed the potential divider is driven from 5V.
You could potentially drive the potential divider from the DAC which can also work with the FVR if that would help.
You could potentially drive the potential divider from the DAC which can also work with the FVR if that would help.