Search found 1770 matches

by fpiSTM
Tue May 21, 2024 12:21 pm
Forum: General discussion
Topic: BluePill crashes but keeps output pins in their last state
Replies: 1
Views: 3411

Re: BluePill crashes but keeps output pins in their last state

watchdog ? When it expires you can do some stuff.
by fpiSTM
Tue May 21, 2024 12:17 pm
Forum: General discussion
Topic: 'STM32WB55CE' What should I use to hold the boot?
Replies: 2
Views: 567

Re: 'STM32WB55CE' What should I use to hold the boot?

I don't understand your question?
What do you mean by "hold the boot" ?
by fpiSTM
Tue May 21, 2024 12:12 pm
Forum: PR's bugs and enhancements
Topic: STM32G431CBU6 (and others) : how to make LPUART1 to work ?
Replies: 1
Views: 187

Re: STM32G431CBU6 (and others) : how to make LPUART1 to work ?

Hi @trimarco232
LPUART1 has some constraint around clock vs speed.
/*
* Note that LPUART clock source must be in the range
* [3 x baud rate, 4096 x baud rate]
* check Reference Manual
*/
by fpiSTM
Tue May 21, 2024 8:08 am
Forum: Libraries & Hardware
Topic: Bug in SPI-library or in example sketch?
Replies: 8
Views: 411

Re: Bug in SPI-library or in example sketch?

@fpiSTM just IMHO, I think we can use PA4-PA7 for the default SPI pins on c011 as the '8 pin' chip can't practically use SPI Right, physically not possible. But those file are automatically generated and have no info they shared the same pins so hard to change it. As usual, this is a default(generi...
by fpiSTM
Sun May 19, 2024 11:25 am
Forum: Libraries & Hardware
Topic: Bug in SPI-library or in example sketch?
Replies: 8
Views: 411

Re: Bug in SPI-library or in example sketch?

Sketch has not been updated after SPI rework.
by fpiSTM
Fri May 17, 2024 12:18 pm
Forum: General discussion
Topic: STM32C011 (WeAct) - first steps
Replies: 14
Views: 1872

Re: STM32C011 (WeAct) - first steps

There is an issue in your setup as you used: Wire.setSDA(PA5); Wire.setSCL(PA4); But they are not I2C pins based on the PinMap_I2C_SDA array you provide. The "PYn_R" pin is remap pin that's all but when you remap some other "PYn" pins will not be available. About D14/D15 it exist...
by fpiSTM
Tue May 07, 2024 7:27 am
Forum: General discussion
Topic: PN532 on SPI not working
Replies: 1
Views: 2254

Re: PN532 on SPI not working

Hi geologic Looking at the library, it seems you used Software SPI. https://github.com/adafruit/Adafruit-PN532/blob/f4e1a91afd0163d8601b243ddcbb2a580da6552a/Adafruit_PN532.h#L143-L145 Which relies on https://github.com/adafruit/Adafruit_BusIO/blob/master/Adafruit_SPIDevice.h So i guess there is an i...

Go to advanced search