Search found 1757 matches

by fpiSTM
Sat Feb 08, 2020 10:18 am
Forum: General discussion
Topic: unable to have I2C2 working on a bluepill
Replies: 11
Views: 9247

Re: unable to have I2C2 working on a bluepill

OK, I think I know why.

You use the Pin Name instead of the pin number:

Code: Select all

TwoWire Wire2(PB11, PB10);
Probably, the second constructor could be added to avoid this kind of issue.
Anyway I guess you should have a warning about argument type.
by fpiSTM
Fri Feb 07, 2020 3:09 pm
Forum: General discussion
Topic: Quick summary?
Replies: 9
Views: 12695

Re: Quick summary?

I think @stevestrong is the best member to answer this :mrgreen:

My understanding is that his core is more advanced/maintains for STM32F4 compared to Roger's one.
by fpiSTM
Fri Feb 07, 2020 10:08 am
Forum: General discussion
Topic: unable to have I2C2 working on a bluepill
Replies: 11
Views: 9247

Re: unable to have I2C2 working on a bluepill

Fine.

Anyway, one time if you need some support, we can meet few hours ;)
by fpiSTM
Fri Feb 07, 2020 7:38 am
Forum: General discussion
Topic: unable to have I2C2 working on a bluepill
Replies: 11
Views: 9247

Re: unable to have I2C2 working on a bluepill

Jblb Is it ok ? About your sketch, by default Wire use I2C1 with PB7 (SDA) / PB6 (SCL). So seems you want to use also I2C1 on PB9/PB8 which is fine using setSCL/SDA. For the Wire2 as you already instantiate it with the proper pins, you don't need to re-set the pins using: Wire2.setSCL(PB_10); Wire2...
by fpiSTM
Thu Feb 06, 2020 5:28 pm
Forum: General discussion
Topic: unable to have I2C2 working on a bluepill
Replies: 11
Views: 9247

Re: unable to have I2C2 working on a bluepill

Hi,
Some fixes have been made on I2C for this issue.
You should try the master.
by fpiSTM
Tue Feb 04, 2020 8:28 am
Forum: IDE's
Topic: arduino pro ide alpha
Replies: 12
Views: 19573

Re: arduino pro ide alpha

About PIO, an official integration will be done soon.
by fpiSTM
Mon Feb 03, 2020 5:46 pm
Forum: General discussion
Topic: SerialUSB doesn't work on Maple Mini and Bootloader2.0
Replies: 49
Views: 47210

Re: SerialUSB doesn't work on Maple Mini

So if this not works then this is probably an other issue.
Anyway, as said I could not reproduce so hard to help on this.
by fpiSTM
Mon Feb 03, 2020 6:59 am
Forum: General discussion
Topic: SerialUSB doesn't work on Maple Mini and Bootloader2.0
Replies: 49
Views: 47210

Re: SerialUSB doesn't work on Maple Mini

Hnestly, I don't know why this not work.
Maybe an issue with the reenumeration.
You can try to change the USBD_ENUM_DELAY value which is set to 10 ms by default.

Go to advanced search