Search found 5 matches
- Wed Mar 08, 2023 9:23 am
- Forum: General discussion
- Topic: Is there any lib usb cdc msc
- Replies: 2
- Views: 3646
Re: Is there any lib usb cdc msc
Thanks @ag123 , I want to get file style of USB mass storage.
- Wed Mar 08, 2023 7:53 am
- Forum: General discussion
- Topic: Is there any lib usb cdc msc
- Replies: 2
- Views: 3646
Is there any lib usb cdc msc
I had a black pill and want to storage the sensor files to sd card for files, how to get the file form usb port?Thanks!
- Mon Feb 06, 2023 8:55 am
- Forum: Projects
- Topic: STM32 GPSDO
- Replies: 57
- Views: 1113036
Re: STM32 GPSDO
Thanks support. I had fix the issue. Now update the core to 2.04
- Sun Feb 05, 2023 12:47 pm
- Forum: PR's bugs and enhancements
- Topic: Can't not found the "TIM_SMCR_ECE"
- Replies: 2
- Views: 12944
Can't not found the "TIM_SMCR_ECE"
I am a arduino beginer, I had build the STM32-GPSDO file, any error issue shows as follow:
C:\Users\Administrator\Downloads\ArduinoIDE\GPSDO_V006c\GPSDO_V006c.ino:2761:17: error: 'TIM_SMCR_ECE' was not declared in this scope
TIM2->SMCR |= TIM_SMCR_ECE; // 0x4000
which file include the TIM_SMCR ...
C:\Users\Administrator\Downloads\ArduinoIDE\GPSDO_V006c\GPSDO_V006c.ino:2761:17: error: 'TIM_SMCR_ECE' was not declared in this scope
TIM2->SMCR |= TIM_SMCR_ECE; // 0x4000
which file include the TIM_SMCR ...
- Sun Feb 05, 2023 12:42 pm
- Forum: Projects
- Topic: STM32 GPSDO
- Replies: 57
- Views: 1113036
Re: STM32 GPSDO
I used the Arduino IDE 2.0.3,but some error issue to build STM32-GPSDO, the error information is:
C:\Users\Administrator\Downloads\ArduinoIDE\GPSDO_V006c\GPSDO_V006c.ino:53:1: warning: "/*" within comment [-Wcomment]
/* Commands to be implemented:
^
C:\Users\Administrator\Downloads\ArduinoIDE ...
C:\Users\Administrator\Downloads\ArduinoIDE\GPSDO_V006c\GPSDO_V006c.ino:53:1: warning: "/*" within comment [-Wcomment]
/* Commands to be implemented:
^
C:\Users\Administrator\Downloads\ArduinoIDE ...