Search found 36 matches

by hyur
Wed Dec 07, 2022 11:44 am
Forum: General discussion
Topic: maple upload via cmd
Replies: 5
Views: 1145

Re: maple upload via cmd

ag123 I already made my own firmware via STM32F103RDT6. I confirmed that uploading the STM32duino Bootloader through the Arduino IDE is working. Now I want to upload via QTCreator rather than Arduino IDE. While looking for a possible way, I found the Maple_upload.bat file, and it seems that I can u...
by hyur
Wed Dec 07, 2022 9:00 am
Forum: General discussion
Topic: maple upload via cmd
Replies: 5
Views: 1145

maple upload via cmd

I want to implement maple upload in a custom GUI. I searched for this and that, and found that the following was output in the Arduino terminal. C:\Users\NEO_IOS_107\AppData\Local\Arduino15\packages\stm32duino\tools\stm32tools\2022.9.26/win/maple_upload.bat COM8 2 1EAF:0003 C:\Users\NEO_IOS_107\AppD...
by hyur
Tue Nov 15, 2022 1:28 am
Forum: Custom design boards
Topic: firmware update
Replies: 3
Views: 3990

Re: firmware update

@GonzoG

HIGH rises only when firmware update is in progress
Do you have a pin?

If there is such a pin, I would like to connect it.
by hyur
Mon Nov 14, 2022 6:41 am
Forum: Custom design boards
Topic: firmware update
Replies: 3
Views: 3990

firmware update

hello experts I have a question about updating the firmware, so I left a question. I want to proceed with the current firmware update through USART. I would like to make the BOOT0 pin HIGH only when updating firmware and lower BOOT0 to LOW otherwise. I don't want to set this as a physical jumper (Li...
by hyur
Mon Nov 14, 2022 1:38 am
Forum: General discussion
Topic: STM32F103RDT6 Serial Upload
Replies: 6
Views: 1297

Re: STM32F103RDT6 Serial Upload

@fpiSTM

Following your advice, I tried to build a new bootloader.

I tried to assign functions to pins by selecting STM32F103RDT6 through STM32CudeMX, but I could only select USART3 for PC10 and 11 pins.
(I want to give USART1 function to PC10,11.)

Is it different from the way you advised?
by hyur
Fri Nov 11, 2022 2:17 am
Forum: General discussion
Topic: STM32F103RDT6 Bootloader
Replies: 0
Views: 1282

STM32F103RDT6 Bootloader

I made a PCB with the STM32F103RDT6 mounted on it. Some of the designed circuits are as follows. // USB DP, DM : NC (PA11, PA12) FTDI : USART3 (tx : PC10, rx : PC11) RS232 : USART1 (tx : PA9, rx : PA10) BOOT0,1 : LOW fix (NC) ST-LINK : SWDIO, SWCLK, NRST (PA13, PA14, NRST) // Because of the above si...
by hyur
Thu Nov 10, 2022 7:05 am
Forum: General discussion
Topic: STM32F103RDT6 Serial Upload
Replies: 6
Views: 1297

Re: STM32F103RDT6 Serial Upload

@fpiSTM

I understand what you mean

Thank you very much for your reply. It was a big help.
by hyur
Thu Nov 10, 2022 12:41 am
Forum: General discussion
Topic: STM32F103RDT6 Serial Upload
Replies: 6
Views: 1297

Re: STM32F103RDT6 Serial Upload

@fpiSTM

Thank you for answer.

So, is there any way to use USART3 pins (PC10,11) as USART1?
Please tell me everything except how to jump on the circuit.
by hyur
Wed Nov 09, 2022 5:13 am
Forum: General discussion
Topic: STM32F103RDT6 Serial Upload
Replies: 6
Views: 1297

STM32F103RDT6 Serial Upload

hello expert I'm currently using a STM32F103RDT6 and I'm developing it via Arduino IDE. Among the upload methods of Arduino IDE, I am uploading firmware through ST-LINK, but it is cumbersome to continuously use ST-LINK due to the structure of the hardware I am making. And modifying this hardware is ...
by hyur
Tue Sep 27, 2022 12:28 am
Forum: General discussion
Topic: Sleep Mode
Replies: 1
Views: 3730

Sleep Mode

Board : Stm32f103c8t6 (Roger's Core)

I want to use sleep mode on the board.
So I tried to use the STM32duino LOW POWER library,
Because it is Roger's Core, stm32_def.h compilation error occurs.

How does Roger's Core use sleep mode?

Can you provide a relevant register datasheet or example code?

Go to advanced search