Skip to content

issues Search Results · repo:modm-io/modm-devices language:Python

Filter by

20 results
 (73 ms)

20 results

inmodm-io/modm-devices (press backspace or delete to remove)

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 compatible with the STM32H7.
question
wontfix
  • NorbertToth
  • 3
  • Opened 
    on Aug 31, 2023
  • #104

It looks like stm.py was set up to ignore STM32U59 and STM32U5A prefixes at some point. We are considering using one of these due to their larger 4M flash sizes and I wanted to view their pinouts in my ...
enhancement
question
  • tgree
  • 1
  • Opened 
    on Aug 3, 2023
  • #102

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 device file generator? - Does modm-devices support ...
  • spydatron
  • 1
  • Opened 
    on Mar 28, 2023
  • #99

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-devices/blob/e093fe831fe17f1fec54bb31e038e499c22c2830/devices/sam/same70_s70_v70_v71.xml#L265-L266 ...
  • rleh
  • 6
  • Opened 
    on Feb 10, 2023
  • #97

Neither the PR event nor the regular scheduled CI Actions is running. Completely unclear why? Perhaps something was deprecated.
  • salkinium
  • 2
  • Opened 
    on Dec 11, 2022
  • #95

The reference manual p.615 says: The internal temperature sensor (VTS) is connected to ADC1_INP16 and ADC5_INP4 The adc.hpp file, generated by modm assigns temperature sensor to Channel 17. Similarly, ...
  • ser-plu
  • 4
  • Opened 
    on Oct 17, 2022
  • #93

Just for future reference, here are some machine-readable data sources I found over the time: - Nuvoton NuTool Suite: - NuTool PinConfigure: contains JSON files describing package, pinout ...
  • salkinium
  • Opened 
    on May 21, 2022
  • #87

I did some digging to figure out why the modm generated openocd.cfg crashes when flashing my STM32G491 device (with RTT enabled). Turns out it tries to zero out more SRAM than the device actually has! ...
  • twast92
  • 2
  • Opened 
    on Apr 29, 2022
  • #85

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 registers. It would be nice if the database ...
  • benedekkupper
  • 4
  • Opened 
    on Nov 3, 2021
  • #76

We are parsing the DMA IP file in the CubeMX data to obtain the mappings between request id and peripherals/signals: Raw data example: RefParameter Comment= Request number DefaultValue= Group= ...
  • chris-durand
  • 8
  • Opened 
    on Oct 30, 2021
  • #74
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub