Search found 59 matches

by myksj1105
Thu May 09, 2024 4:36 am
Forum: General discussion
Topic: STM32F103 / As a ‘USB Host’, I would like to save a ‘txt’ file on USB.
Replies: 0
Views: 3

STM32F103 / As a ‘USB Host’, I would like to save a ‘txt’ file on USB.

[Current Status] 1. MCU: STM32F103CB 2. CORE1: https://github.com/rogerclarkmelbourne/Arduino_STM32 3. CORE2: https://github.com/stm32duino/Arduino_Core_STM32 [What I want to do] 1. As a ‘USB Host’, I would like to save a ‘txt’ file on USB. - I want to read and write. 2. I want to do it through ‘STM...
by myksj1105
Thu May 09, 2024 1:28 am
Forum: General discussion
Topic: Is there an example of 'STM32WB55CE' 'RF communication'? help me~~
Replies: 0
Views: 45

Is there an example of 'STM32WB55CE' 'RF communication'? help me~~

Is there an example of 'STM32WB55CE' 'RF communication'? hello. Nice to meet you. 1. Core: https://github.com/stm32duino/Arduino_Core_STM32 2. Circuit: https://drive.google.com/file/d/1mVuiKSZ830vhdsI89TsLEXtBgHIp6BLD/view?usp=sharing 3. MCU: STM32WB55CE Here's what you're curious about: 1. Can the ...
by myksj1105
Thu May 09, 2024 1:21 am
Forum: General discussion
Topic: 'STM32WB55CE' What should I use to hold the boot?
Replies: 0
Views: 41

'STM32WB55CE' What should I use to hold the boot?

- Core : https://github.com/stm32duino/Arduino_C ... 2wb-boards
- MCU : STM32WB55CE

What should I use to hold the boot?

Can you tell me what the boot file is?
I would appreciate it if you could let me know.
by myksj1105
Wed Apr 24, 2024 5:11 pm
Forum: General discussion
Topic: ‘MCU basic current’ increases after PWM operation. help me.
Replies: 2
Views: 1737

Re: ‘MCU basic current’ increases after PWM operation. help me.

I found the cause. (Additional circuit diagram) url: https://drive.google.com/file/d/1sUG4Njh6N8fxbmLm5A1JxwvhqjxqI6ch/view?usp=sharing - MR1: Shunt resistance - L4,L5: Bead resistance (0 ohm~1 ohm) - Directly connected to ADC to measure current. After removing L4 and L5, the problem disappeared. It...
by myksj1105
Wed Apr 24, 2024 2:47 am
Forum: General discussion
Topic: ‘MCU basic current’ increases after PWM operation. help me.
Replies: 2
Views: 1737

‘MCU basic current’ increases after PWM operation. help me.

‘MCU basic current’ increases after PWM operation. - core: https://github.com/rogerclarkmelbourne/Arduino_STM32 1. If there is no operation, the total current of 0.07A flows. 2. Turn on PWM - (source code)pinMode(PA6, PWM); pwmWrite(PA6, 5000); 3. Turn off PWM - (source code)pinMode(PA6, PWM); pwmWr...
by myksj1105
Thu Mar 14, 2024 9:43 am
Forum: General discussion
Topic: I2C communication does not work.
Replies: 3
Views: 842

Re: I2C communication does not work.

@ag123

Thank you for your interest.


1. It works well via Serial (UART).
2. The 'CM1107' board is capable of UART communication and I2C communication.
- If 'CM1107 R/T' is 0VDC, it operates through I2C.
3. It does not work when communicating via I2C.
by myksj1105
Thu Mar 14, 2024 9:40 am
Forum: General discussion
Topic: Bootloader, what should I do?
Replies: 2
Views: 579

Re: Bootloader, what should I do?

Thank you for your kind explanation.

thank you so much. You are an angel.
by myksj1105
Wed Mar 13, 2024 11:48 pm
Forum: General discussion
Topic: I2C communication does not work.
Replies: 3
Views: 842

I2C communication does not work.

MCU : STM32F103C8T6 [CORE] - CORE : https://github.com/rogerclarkmelbourne/Arduino_STM32 - BOOT : https://github.com/rogerclarkmelbourne/STM32duino-bootloader - FILE : generic_boot20_pc13 [SOFTWARE-I2C] https://github.com/rogerclarkmelbourne/Arduino_STM32/blob/master/STM32F1/libraries/Wire/examples/...
by myksj1105
Wed Mar 13, 2024 11:42 pm
Forum: General discussion
Topic: Bootloader, what should I do?
Replies: 2
Views: 579

Bootloader, what should I do?

MCU : STM32F103C8T6 [CORE-1] - CORE : https://github.com/rogerclarkmelbourne/Arduino_STM32 - BOOT : https://github.com/rogerclarkmelbourne/STM32duino-bootloader - FILE : generic_boot20_pc13 [CORE-2] - CORE : https://github.com/rogerclarkmelbourne/Arduino_STM32 - BOOT : ?? ---------------------------...
by myksj1105
Wed Mar 13, 2024 12:26 am
Forum: General discussion
Topic: Related to ‘WATCHDOG’ function
Replies: 1
Views: 968

Related to ‘WATCHDOG’ function

Related to ‘WATCHDOG’ function hello. 1. The core is: https://github.com/rogerclarkmelbourne/Arduino_STM32 2. Can I use ‘WATCHDOG’ in the above core? If you can use it, please help. Example sample code is required. - url : https://www.stm32duino.com/viewtopic.php?t=190 I implemented wdt through the ...

Go to advanced search