cancel
Showing results for 
Search instead for 
Did you mean: 

load bin file to STM32F405RGT6 in Sicomm SCT3288 HDK

Hi,

     I am debugging the SCT3288 HDK right now which is programmed with the STM32F405RGT6 microcontroller within it. While I was trying to debug the SCT3288 HDK, UART comport is not being detected because the firmware is got updated with some other file so I need to flash the required bin file to reset the MCU by using STM32 cube programmer application. So can you please help me to flash the bin file by using SWD mode or JTAG mode. As I am not finding the required pins for the JTAG in SCT3288 HDK.

 

Thanks,

Kind Regards,

K. Manikanta Sai Srinivas.

2 REPLIES 2
TDK
Super User

This thing?

SCT3288 - Advanced Baseband Processor | CMLMicro

It's probably locked in RDP 2 and not user-programmable. Contact the manufacturer.

 

If it isn't locked in RDP 2(it probably is), connect BOOT0 high during startup and use the SWD pins or the supported UART pins for programming. You'll need the schematic to find the appropriate nets.

If you feel a post has answered your question, please click "Accept as Solution".
Andrew Neil
Super User

@KUDAMAMANIKANTASAISRINIVAS wrote:

the SCT3288 HDK.


You mean something to do with this: http://www.sicommtech.com/en/products/sct3288.html ?

That's not an ST product so, as @TDK said, you'll need to contact the manufacturer for support with it:

http://www.sicommtech.com/en/contact.html

 


@KUDAMAMANIKANTASAISRINIVAS wrote:

I am not finding the required pins for the JTAG in SCT3288 HDK.


That's nothing to do with ST - you need to contact Sicomm for support with their tools!

Do they not provide schematics?

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.