modm-devices icon indicating copy to clipboard operation
modm-devices copied to clipboard

Curated device data for all AVR and ARM Cortex-M devices

Results 12 modm-devices issues
Sort by recently updated
recently updated
newest added

In stm32h7-43_53.xml line 209 FDCAN type is stm32-h7, but lbuild not found it. If I change to stm32, it will be found but the modm FDCAN template driver is not...

question
wontfix

Hi, In the modm repository i can see support for nxp devices but i can't find NXP device file generator in this repository. - Where can i find the NXP...

- [x] Remove `OPENAMP` and `RESMGR_UTILITY` software IPs from device files for H7 dual core devices. - [x] Fix Cortex-M4 core type (must be `cortex-m4f`, not `cortex-m4fd`) - [ ]...

The following lines do not describe disjoint device sets, because both match e.g. the `same70q19b-an` device, which causes [errors in lbuild](https://github.com/modm-io/modm/actions/runs/4137892964/jobs/7153624788): https://github.com/modm-io/modm-devices/blob/e093fe831fe17f1fec54bb31e038e499c22c2830/devices/sam/same70_s70_v70_v71.xml#L265-L266

Just for future reference, here are some machine-readable data sources I found over the time: - [Nuvoton **NuTool Suite**](https://www.nuvoton.com/tool-and-software/software-tool/general/nutool/): - **NuTool PinConfigure**: contains JSON files describing package, pinout and signals....

One of the most important thing for any peripheral driver is to be able to enable the root clock for the peripheral. On STM32's this is done via RCC A[H/P]nBENR...

This is the initial exploration of what a shared API for accessing device file data could look like. The goal is to decouple the device file data from the underlying...

Parses and cross-references the clock tree data and formats it into device files. Currently outputs SVGs for understanding: https://salkinium.com/stm32/clock/index.html

All STM32F1 of sizes `4`, `6`, `8` and `b` which are neither F105 nor F107 don't have a second DMA instance but it is specified as available in the device...

I'm currently [updating the I2C peripheral information](https://github.com/chris-durand/modm-devices/blob/c8b0848b752fe751bd4c2d3fd6889d124e445ba1/tools/generator/dfg/stm32/stm_peripherals.py). On some controllers (F0, L0) the features of the `stm32-extended` IP depend on the peripheral instance. I would have expected the DFG to...