That doesn't make sense, I have no idea where or what your referring to with RF
In Configuration.h you set #define MOTHERBOARD BOARD_CREALITY_V427
If using Auto build marlin your presented with a menu
STM32F103RC_creality
STM32F103RC_creality_xfer
STM32F103RE_creality
STM32F103RE_creality_xfer
STM32F103RE_creality_maple
You click the one that matches your STM32F103RE with any options you may want
The T6 in the chip name is the plastic used around the chip and its temperature range, so it is not used in marlin.
If you not using auto build marlin you update platformio.ini
Set the line default_envs = mega2560 chnage it to = one of the environments listed above.
eg default_envs = STM32F103RE_creality
The T5 sticker means your board has TMC2225 so you should set driver type to TMC2208_STANDALONE
Edited 6 time(s). Last edit at 12/04/2023 09:21PM by Dust.