deividAlfa / stm32_soldering_iron_controller

Custom firmware for Quicko and KSGER T12 soldering stations
GNU General Public License v3.0
443 stars 85 forks source link

Question: FW compatibility #75

Closed vookimedlo closed 11 months ago

vookimedlo commented 11 months ago

Hello,

I have just bought the KSEGR T12 and have the following controller board inside. I cannot find this board layout on any forums so I ask directly. Can I use your FW with this board?

Thank you.

image
vlk3ru commented 11 months ago

This is probably KSGER HW version 2.0 .

FW : https://github.com/deividAlfa/stm32_soldering_iron_controller/releases/download/v1.11.2/KSGER_v2_OLED.zip

But problem: STM32F103C8T6 - has ONLY 64Kb of flash ! Need resold to STM32F103CBT6 - has 128Kb of flash memory.

vlk3ru commented 11 months ago

stm32_t12_oled_v2 0

deividAlfa commented 11 months ago

Another V2 yeah. Read the Readme for the 64kb issue.

vookimedlo commented 11 months ago

Thanks, will try to replace the MCU with STM32F103CBT6.

deividAlfa commented 11 months ago

There's no need to replace it, read Compatibility! 64KB devices actually have 128KB!

vlk3ru commented 11 months ago

There's no need to replace it, read Compatibility! 64KB devices actually have 128KB!

Sorry, I didn't know about this.