Serial.println(1.23456, 4) gives "1.2346"
Search found 722 matches
- Fri Mar 15, 2019 2:56 pm
- Forum: Projects
- Topic: Square root not working
- Replies: 8
- Views: 102
Re: Square root not working
https://www.arduino.cc/en/serial/print
- Wed Mar 06, 2019 7:49 pm
- Forum: STM core: Bugs and enhancements
- Topic: STM32RTC time retention from VBAT
- Replies: 2
- Views: 177
- Wed Mar 06, 2019 4:48 pm
- Forum: Projects
- Topic: Teensy 3.0 to STM32f 103
- Replies: 6
- Views: 229
Re: Teensy 3.0 to STM32f 103
Well, Teensy implement some Class/API which are not implemented in Roger's core. Ex: IntervalTimer Class https://github.com/PaulStoffregen/cores/blob/fc79132670ac83ce7cae8e2bac64be109fbfe35e/teensy3/IntervalTimer.h analogReadResolution API https://github.com/PaulStoffregen/cores/blob/556b4b4c5d4c6cf...
- Tue Mar 05, 2019 4:40 pm
- Forum: General discussion
- Topic: Designating variables to backup SRAM (LibMaple)
- Replies: 7
- Views: 241
Re: Designating variables to backup SRAM (LibMaple)
OK 
Ok, don't know if libMaple have API for this.
Anyway, it should be achievable if not available using some example available on the net and using datasheet.

Ok, don't know if libMaple have API for this.
Anyway, it should be achievable if not available using some example available on the net and using datasheet.
- Tue Mar 05, 2019 4:12 pm
- Forum: General discussion
- Topic: Designating variables to backup SRAM (LibMaple)
- Replies: 7
- Views: 241
Re: Designating variables to backup SRAM (LibMaple)
You should search for "backup register"
- Mon Mar 04, 2019 8:30 pm
- Forum: STM32F4 Boards
- Topic: [solved] USB on Black F407VET6 problem (STM core 1.05)
- Replies: 10
- Views: 385
Re: USB on Black F407VET6 problem (STM core 1.05)
Normally the default windows VCP driver is enough.
- Sat Mar 02, 2019 5:52 am
- Forum: STM Core
- Topic: Introducing the new Arduino core for STM32
- Replies: 32
- Views: 10159
Re: Introducing the new Arduino core for STM32
Hi Robca, DFU should be available soon. Probably in the next release. BennehBoy made a PR to add the support: https://github.com/stm32duino/Arduino_Core_STM32/pull/415 About CMSIS DSP, I never use it, I guess you have to include the proper header, probably the path should be added in the platform.tx...
- Fri Feb 22, 2019 6:31 am
- Forum: General discussion
- Topic: Square wave output from timer pin
- Replies: 39
- Views: 1334
Re: Square wave output from timer pin
Don't know how you handle install but Arduino_Core_STM32 require arm gcc v6.
So install it from the board manager then it will install all required dependencies (tools, arm gcc and CMSIS).
So install it from the board manager then it will install all required dependencies (tools, arm gcc and CMSIS).
- Fri Feb 22, 2019 4:54 am
- Forum: General discussion
- Topic: Square wave output from timer pin
- Replies: 39
- Views: 1334
Re: Square wave output from timer pin
This is not the right place.
https://github.com/stm32duino/wiki/wiki ... repository
https://github.com/stm32duino/wiki/wiki ... repository
- Thu Feb 21, 2019 5:08 pm
- Forum: STM Nucleo boards
- Topic: UDP not work properly with different remote addresses
- Replies: 7
- Views: 513
Re: UDP not work properly with different remote addresses
Could you open an issue on the lib this will be more easier to track.
Thanks.
Thanks.