Search found 56 matches

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: 777

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: 777

‘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: 521

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: 307

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: 521

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: 307

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: 278

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 ...
by myksj1105
Thu Feb 29, 2024 1:21 pm
Forum: General discussion
Topic: This is a question about the Ethernet communication switch circuit.
Replies: 0
Views: 694

This is a question about the Ethernet communication switch circuit.

This is a question about the Ethernet communication switch circuit. https://cafeptthumb-phinf.pstatic.net/MjAyNDAyMjlfMjYy/MDAxNzA5MjExNDIzMDUw.FUkoobkPXoc0vWl2FJ2P5CEN-zcrQff39TkB_tBLKPYg.OExkMTF0FcwYxmfZqEsmyG8cyUoip9rZVvpWRTedllkg.JPEG/fig.jpg https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistor...
by myksj1105
Thu Feb 29, 2024 1:17 pm
Forum: General discussion
Topic: [STM32F103C8T6] How can I use '128 Kbytes of Flash memory'?
Replies: 2
Views: 1118

Re: [STM32F103C8T6] How can I use '128 Kbytes of Flash memory'?

officially u'd need to get a stm32f103c{b,B}t6, that one has 128 k per specs, c8 is 64k per specs. So if you think you literally have 128k memory, you can try a variant for 128k e.g. maple mini. The details are actually in the ld script, check in there in the variant. Alternatively, get something l...
by myksj1105
Tue Feb 27, 2024 7:43 am
Forum: General discussion
Topic: [STM32F103C8T6] How can I use '128 Kbytes of Flash memory'?
Replies: 2
Views: 1118

[STM32F103C8T6] How can I use '128 Kbytes of Flash memory'?

[STM32F103C8T6] How can I use '128 Kbytes of Flash memory'?3 hello. Nice to meet you. When coding, ‘flash memory’ is important. Is there any way to increase the flash memory to '128 Kbytes'? Q1) Do I need to change the chip number? Q2) Or is there another way? https://cafeptthumb-phinf.pstatic.net/M...

Go to advanced search