stm32-data
stm32-data copied to clipboard
and some clippy fix. --- will need a - [ ] Accept embassy-rs/chiptool#31 - [ ] Rebase to remove my fork from codebase. --- This PR doesn't change function of...
Just started venturing into the Embassy echo system so please forgive me if I'm missing something. I'm working on an stm32l432kc chip which has CAN interface but I'm not seeing...
ch18sel affects 23 offset ch17sel affects 24 offset Reference manual says 21.7.2 "Bit 24 CH18SEL: CH18 selection" ... "Bit 23 CH17SEL: CH17 selection"
If you've got a chip where the `stm32-metapac/memory.x` feature generates a wrong memory.x please post here. Identified cases: - STM32G030K8 flash generates 32kb but has 64kb - STM32WL55JC ram generates...
The base address of the STM32 FMC is 0x4700_0400 and not 0x6000_0000. After changing the line in the pac.rs file, the FMC can be used. `pub const FMC: fmc::Fmc =...
In the Readme's perimap instructions it says there can be four "items" that specify the IP block. One of them is the `IP_NAME`. It seems like this is never used...
Depending on the specific STM32 device, the Touch-Sensing Controller (TSC) supports up to 8 analog groups. These groups are labeled 1 through 8, in multiple places: - In the reference...
STM came out with a new ultra low power chip family known as STM32U0. [https://www.st.com/en/microcontrollers-microprocessors/stm32u0-series.html]()
It uses v3 instead of v2l4.