Search found 69 matches

by myksj1105
Fri May 17, 2024 6:44 am
Forum: General discussion
Topic: Is 'STM32F103C8' 'digitalWrite' and 'digitalRead' possible in FAST mode?
Replies: 2
Views: 102

Is 'STM32F103C8' 'digitalWrite' and 'digitalRead' possible in FAST mode?

Is 'STM32F103C8' 'digitalWrite' and 'digitalRead' possible in FAST mode? hello. [Status] 1. MCU: STM32F103C8 2. CORE1: https://github.com/rogerclarkmelbourne/Arduino_STM32 In the case of Arduino (AVR), there are the following libraries. https://www.arduinolibraries.info/libraries/digital-write-fast ...
by myksj1105
Fri May 17, 2024 6:31 am
Forum: General discussion
Topic: STM32F103CB ‘Sleepy mode’ and ‘Wake up’ function
Replies: 10
Views: 837

Re: STM32F103CB ‘Sleepy mode’ and ‘Wake up’ function

STM32ardui Thank you for answer. Currently, it has been functionally implemented. However, I looking for a ‘definite answer’. 1) Using internal 'EEPROM' 2) Use of external 'EEPROM' 3) SD card storage After measuring something, you need to record it, The question was about what type of low-power mod...
by myksj1105
Fri May 17, 2024 12:27 am
Forum: General discussion
Topic: STM32F103CB ‘Sleepy mode’ and ‘Wake up’ function
Replies: 10
Views: 837

Re: STM32F103CB ‘Sleepy mode’ and ‘Wake up’ function

STM32ardui Thank you for answer. Currently, the plan is 1. Wake up via ‘external pin’, 2. After counting, we plan to save it to ‘EEPROM’. if, 1. Is there any problem when saving to ‘EEPROM’ of ‘STM32F103CB’? 2. It counts momentarily and goes into 'deep sleep'. Is there a chance that an error may oc...
by myksj1105
Fri May 17, 2024 12:20 am
Forum: General discussion
Topic: Is the 'EEPROM' library of 'STM32F103CB' safe?
Replies: 2
Views: 253

Re: Is the 'EEPROM' library of 'STM32F103CB' safe?

@ag123

Thank you for answer. have a good day.

thank you.
by myksj1105
Thu May 16, 2024 12:27 am
Forum: General discussion
Topic: Is the 'EEPROM' library of 'STM32F103CB' safe?
Replies: 2
Views: 253

Is the 'EEPROM' library of 'STM32F103CB' safe?

[Status] 1. MCU: STM32F103CB 2. CORE1: https://github.com/rogerclarkmelbourne/Arduino_STM32 3. CORE2: https://github.com/stm32duino/Arduino_Core_STM32 Is the 'EEPROM' library of 'STM32F103CB' safe? hello. Nice to meet you. As far as I know, 'STM32F103CB' does not have 'EEPROM'. However, you can use ...
by myksj1105
Wed May 15, 2024 5:36 am
Forum: General discussion
Topic: STM32F103CB ‘Sleepy mode’ and ‘Wake up’ function
Replies: 10
Views: 837

Re: STM32F103CB ‘Sleepy mode’ and ‘Wake up’ function

@ag123


Thank you for answer.

How to use the 'STM32LowPower' library?
CORE2: https://github.com/stm32duino/Arduino_Core_STM32

Is it possible to implement it through ‘CORE’ above?
by myksj1105
Tue May 14, 2024 3:48 am
Forum: General discussion
Topic: STM32F103CB ‘Sleepy mode’ and ‘Wake up’ function
Replies: 10
Views: 837

Re: STM32F103CB ‘Sleepy mode’ and ‘Wake up’ function

#include "STM32LowPower.h"

Can I use the above library? 'STM32LowPower' ?
by myksj1105
Mon May 13, 2024 9:37 pm
Forum: General discussion
Topic: STM32F103CB ‘Sleepy mode’ and ‘Wake up’ function
Replies: 10
Views: 837

STM32F103CB ‘Sleepy mode’ and ‘Wake up’ function

STM32F103CB ‘Sleepy mode’ and ‘Wake up’ function [Status] 1. MCU: STM32F103CB 2. CORE1: https://github.com/rogerclarkmelbourne/Arduino_STM32 3. CORE2: https://github.com/stm32duino/Arduino_Core_STM32 hello. We want to configure it with low power. 1. Enter ‘Sleepy Mode’ through firmware. 2. In terms ...
by myksj1105
Mon May 13, 2024 9:29 pm
Forum: General discussion
Topic: STM32F103 / As a ‘USB Host’, I would like to save a ‘txt’ file on USB.
Replies: 2
Views: 751

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

There's nothing about usb host in F103 datasheet so I don't think it's possible. You will need external USB host chip/module that uses SPI / UART to communicate with STM32. There are USB host shields and modules for Arduino that should work without problems with stm32 core GonzoG Thank you for your...

Go to advanced search