Skip to content

issues Search Results · repo:stm32duino/Arduino_Core_STM32 language:C

Filter by

1k results
 (78 ms)

1k results

instm32duino/Arduino_Core_STM32 (press backspace or delete to remove)

Describe the bug After testing, I noticed that the Build_opt.h file is used only if, as a compilation optimization, one with LTO is chosen. To Reproduce The Build_opt.h file contains the following code: ...
  • bbc25185
  • 1
  • Opened 
    2 days ago
  • #2698

- Name: STM32L562E_DK - Link to all relevant information: - Documentations - Where this hardware can be purchased Onboard MCU: STM32L562QEI6Q I m happy to try to add this variant myself, ...
new variant
  • haydenth
  • 4
  • Opened 
    7 days ago
  • #2694

Describe the bug When using the Nucleo-F767ZI board, or all other STMF767 boards as I can see, will fail to boot into a STM32Duino firmware because the SystemClock_Config() for those boards triggers an ...
bug 🐛
  • maxgerhardt
  • 1
  • Opened 
    8 days ago
  • #2692

STM32_CORE_VERSION_MINOR is defined as 0x10 in core 2.10.0 and 2.10.1. It should be 0x0A.
  • patricklaf
  • Opened 
    12 days ago
  • #2687

2.9 .0 release uses the xpack-openocd v0.12.0-4. 2.10.0 release uses the xpack-openocd v0.12.0-6. But this is the xpack-openocd v0.12.0-5 which is referenced preventing openocd usage due to ENOENT.
bug 🐛
  • fpistm
  • Opened 
    12 days ago
  • #2683

STM32U0 (and possibly other parts) support level inversion with the following: huartx.AdvancedInit.AdvFeatureInit = UART_ADVFEATURE_TXINVERT_INIT; huartx.AdvancedInit.TxPinLevelInvert = UART_ADVFEATURE_TXINV_ENABLE; ...
duplicate
enhancement
  • ndoo
  • 2
  • Opened 
    22 days ago
  • #2669

Using Necleo64 with STM3232C07 support, I have this code. void setup() { SerialUSB.begin(); } void loop() { SerialUSB.println( Hello! ); delay(500); } It works fine when loading from Arduino over ...
invalid
  • gus-ghielec
  • 6
  • Opened 
    23 days ago
  • #2666

There is a typo (Double N) in this line NNUCLEO-H7A3ZI-Q Shall be Nucleo H7A3ZI-Q Originally posted by @Gregobry in https://github.com/stm32duino/Arduino_Core_STM32/pull/2634#discussion_r1969359969 ...
bug 🐛
documentation 📚
  • fpistm
  • Opened 
    23 days ago
  • #2664

Board description - Name: NUCLEO-L412RB-P - Link: https://www.st.com/en/evaluation-tools/nucleo-l412rb-p.html Hi there, I m willing to submit a PR for this but I m a bit confused as to how! It seems ...
new variant
  • lylecheatham
  • 2
  • Opened 
    26 days ago
  • #2663

STM32F401RCTx SPI and I2C clock running at double frequency, when using external XTAL. Problem description: When using an external XTAL with the described setup below, generating the clock setup code ...
  • wltue
  • Opened 
    27 days ago
  • #2661
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! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub