Search found 1745 matches

by fpiSTM
Thu Jan 09, 2020 3:07 pm
Forum: General discussion
Topic: USB CDC Serial Freezing on large frames
Replies: 2
Views: 3999

Re: USB CDC Serial Freezing on large frames

Right, you should post your sketch.
Then I will try.
by fpiSTM
Thu Jan 09, 2020 1:48 pm
Forum: General discussion
Topic: analogRead and analogWrite troubles
Replies: 37
Views: 42187

Re: analogRead and analogWrite troubles

@kvv213

ADC3 should be functional, anyway as a workaround use the other.
I will have soon an STM32F103 based board with ADC3 then I will be able to test.
by fpiSTM
Wed Jan 08, 2020 8:26 am
Forum: Libraries & Hardware
Topic: USB Composite library?
Replies: 9
Views: 8869

Re: USB Composite library?

One other approach could be to add the USB composite as a standalone feature mutually exclusive with the default USB stack from ST.
I'm following the TinyUSB project which seems promising.
by fpiSTM
Wed Jan 08, 2020 8:24 am
Forum: Libraries & Hardware
Topic: USB Composite library?
Replies: 9
Views: 8869

Re: USB Composite library?

Let me know what is your entry point for USB.
Probably we coiuld add the HIDComposite as a library.
by fpiSTM
Wed Jan 08, 2020 8:22 am
Forum: STM boards (Discovery, Eval, Nucleo, ...)
Topic: CANBus using ST Official Library on STM32F303RE
Replies: 2
Views: 5457

Re: CANBus using ST Official Library on STM32F303RE

Hi Tazzi This forum is more dedicated to stuff around STM32 usage in Arduino. I guess you should better ask on ST community. I'm not a CAN expert so could not really on this anyway is someone has some clue. You could also check the latest official example here: https://github.com/STMicroelectronics/...
by fpiSTM
Wed Jan 08, 2020 8:13 am
Forum: General discussion
Topic: Using UART
Replies: 2
Views: 3421

Re: Using UART

The config for the Serial speed is made automatically using the

Code: Select all

Begin(speed)
method.
by fpiSTM
Wed Jan 08, 2020 8:12 am
Forum: STM32F4 based boards
Topic: STM32F407VE SDfat error compiling
Replies: 18
Views: 15274

Re: STM32F407VE SDfat error compiling

Fine to know that STM32 core is compatible with SDFat fro Greiman.
Anyway, this topic is linked to use it with @stevestrong core for F4, if I'm not wrong?
by fpiSTM
Tue Jan 07, 2020 4:10 pm
Forum: General discussion
Topic: LTO isn't working?
Replies: 9
Views: 7808

Re: LTO isn't working?

digitalToggleFast is lower because it read the register before invert it's value.
by fpiSTM
Tue Jan 07, 2020 3:57 pm
Forum: Forum rules, FAQs and HowTo's
Topic: [Forum] Extensions
Replies: 3
Views: 8755

Re: [Forum] Extensions

Hi @Jblb

I thought to add it as it is really useful like on GitHub.
So, it's done. ;)
by fpiSTM
Tue Jan 07, 2020 2:54 pm
Forum: General discussion
Topic: I2C synchronous/blocking issue
Replies: 5
Views: 4373

Re: I2C synchronous/blocking issue

Could you share you example sketch?

Go to advanced search