Difference between revisions of "STM32L432"

From Stm32World Wiki
Jump to navigation Jump to search
(Created page with "The STM32L432 is interesting in that it is one of the few STM32 MCUs which can run USB without the need for an external crystal oscillator. == Links =...")
 
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
[[Category:STM32]][[Category:MCU]]
 
The [[STM32L432Kx|STM32L432]] is interesting in that it is one of the few [[STM32]] [[MCU]]s which can run USB without the need for an external crystal oscillator.
 
The [[STM32L432Kx|STM32L432]] is interesting in that it is one of the few [[STM32]] [[MCU]]s which can run USB without the need for an external crystal oscillator.
 +
 +
It is available with two different flash sizes.  The STM32L432KB officially have 128 kB of flash, while the STM32L432KC has got 256 kB.  In reality they are both identical as documented [[STM32L432Kx Flash Size|here]].
  
 
== Links ==  
 
== Links ==  
  
* [https://datasheet.lcsc.com/lcsc/1811151450_STMicroelectronics-STM32L432KBU6_C94784.pdf STM32L432KB STM3L432KC Datasheet]
+
* [https://ipfs-pin.com/ipfs/QmcYpvigogWESmwTEFM5GYZc6st2SJRAoqwKWJ8ZDtgiXb/stm32l432kb.pdf STM32L432KB STM32L432KC Datasheet]
 +
* [https://ipfs-pin.com/ipfs/QmcYpvigogWESmwTEFM5GYZc6st2SJRAoqwKWJ8ZDtgiXb/dm00151940-stm32l41xxx42xxx43xxx44xxx45xxx46xxx-advanced-armbased-32bit-mcus-stmicroelectronics.pdf STM32L41xxx/42xxx/43xxx/44xxx/45xxx/46xxx Reference Manual]
 +
* [https://ipfs-pin.com/ipfs/QmcYpvigogWESmwTEFM5GYZc6st2SJRAoqwKWJ8ZDtgiXb/dm00046982-stm32-cortexm4-mcus-and-mpus-programming-manual-stmicroelectronics.pdf STM32 Cortex®-M4 MCUs and MPUs programming manual]

Latest revision as of 08:20, 27 July 2021

The STM32L432 is interesting in that it is one of the few STM32 MCUs which can run USB without the need for an external crystal oscillator.

It is available with two different flash sizes. The STM32L432KB officially have 128 kB of flash, while the STM32L432KC has got 256 kB. In reality they are both identical as documented here.

Links