Search found 1774 matches

by fpiSTM
Thu May 30, 2024 6:01 pm
Forum: PR's bugs and enhancements
Topic: STM32G431CBU6 (and others) : how to make LPUART1 to work ?
Replies: 5
Views: 423

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

This is normal it is already instantiate. See the wiki which explain how it works and how change default pins.
by fpiSTM
Thu May 30, 2024 3:18 pm
Forum: PR's bugs and enhancements
Topic: STM32G431CBU6 (and others) : how to make LPUART1 to work ?
Replies: 5
Views: 423

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

It is not normal, the pin is configured using the value from peripheral pins. Anyway looking at your code, I don't see how you instantiate SerialLP1? If you used the generic target then LPUART1 is well initialized but for pins PAx not the one rol PBx. This would explain your issue. Simply change the...
by fpiSTM
Fri May 24, 2024 7:28 am
Forum: General discussion
Topic: Hello. I'm trying to make a low power board.
Replies: 12
Views: 1243

Re: Hello. I'm trying to make a low power board.

Hello. I'm trying to make a low power board. I would appreciate it if you could give me some 'advice' or 'additional comments'. 1. Deep-sleep mode operation 2. Event occurrence: wake up 3. Save count eeprom 4. Deep-slip repeat..... Use the STM32LowPower which have several examples and read the data...
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: 4473

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: 729

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: 5
Views: 423

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: 831

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: 831

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

Sketch has not been updated after SPI rework.

Go to advanced search