Activity for Uwe Bonnes

  • Uwe Bonnes Uwe Bonnes committed [r7012] on Code

    system_stm32: Reset cause register must be reset!

  • Uwe Bonnes Uwe Bonnes committed [r7011] on Code

    arch.nut: Add STM32G473

  • Uwe Bonnes Uwe Bonnes committed [r7010] on Code

    stm32g4: RAM2 is better declared as CCM. Fix Typo.

  • Uwe Bonnes Uwe Bonnes committed [r7009] on Code

    stm32l4: Enable Low Power Mode when running below 2 MHz

  • Uwe Bonnes Uwe Bonnes committed [r7008] on Code

    stm32l4/flash: Change test for unaligned write.

  • Uwe Bonnes Uwe Bonnes committed [r7007] on Code

    Conf: Provide boardname as a define

  • Uwe Bonnes Uwe Bonnes committed [r7006] on Code

    stm32_spi_c: Handle transfer on devices with FIFO

  • Uwe Bonnes Uwe Bonnes committed [r7005] on Code

    stm32_spi_cb: Fix wrong SPI rate indication

  • Uwe Bonnes Uwe Bonnes committed [r7004] on Code

    stm32_spi_cb: Fix for USARTV2 8/9 bit devices only

  • Uwe Bonnes Uwe Bonnes committed [r7003] on Code

    stm32_spi_cb: Partial fixes for F1, but disabled for F1 for now.

  • Uwe Bonnes Uwe Bonnes committed [r7002] on Code

    Stm32: Add USART_SPI to stm32_spi_cb.

  • Uwe Bonnes Uwe Bonnes committed [r7001] on Code

    STM32xCD: Special chip configuration with restricted memory

  • Uwe Bonnes Uwe Bonnes committed [r7000] on Code

    dev.nut: Fix typo I2C vs OWI

  • Uwe Bonnes Uwe Bonnes committed [r6999] on Code

    stm32: Compile stm32_lcd16seg only for boards with LCD.

  • Uwe Bonnes Uwe Bonnes committed [r6998] on Code

    owibus: Repeat diagnostic output when no OWIBUS is configured.

  • Uwe Bonnes Uwe Bonnes committed [r6997] on Code

    spibus: Fix comment for NutSpiBusSetBits

  • Uwe Bonnes Uwe Bonnes committed [r6996] on Code

    nucleo_l152re: On the default board there is no 32 kHz crystal.

  • Uwe Bonnes Uwe Bonnes committed [r6995] on Code

    system_stm32.c: Changes to MemRemap and SysCfg enable needed for F1/F7.

  • Uwe Bonnes Uwe Bonnes committed [r6994] on Code

    system_stm32: Ugly hack to work around gcc issue 105523

  • Uwe Bonnes Uwe Bonnes posted a comment on ticket #16

    Hello, "Nagore" == Nagore Pinillos napiza@users.sourceforge.net writes: Nagore> Thanks a lot for your suggestions Uwe. Have read about Nagore> this software and gonna give it an opportunity. But after Nagore> installing everything, I am afraid that it does not Nagore> support xc3s700, do you know smt about this? Thanks in Nagore> advance For SRAM programming, try to simply add the JTAG IDs from xc3sprog to openFpgaloader src/part.hpp. For flash programming, add your part in spiOverJtag/build.py and...

  • Uwe Bonnes Uwe Bonnes posted a comment on ticket #16

    Hello, please have a look at openFpgaLoader github.com:trabucayre/openFPGALoader.git It seem to implement MCS parsing and is mantained. I also use openFPGALoader instead of xc3sprog now. Cheers "Nagore" == Nagore Pinillos napiza@users.sourceforge.net writes: Nagore> --- Nagore> **[support-requests:#16] MCS file programming error with Nagore> xc3sprog** Nagore> **Status:** open **Group:** v1.0_(example) **Created:** Nagore> Thu Jul 18, 2024 03:35 PM UTC by Nagore Pinillos **Last Nagore> Updated:**...

  • Uwe Bonnes Uwe Bonnes committed [r6986] on Code

    stm32: Provide bootloader infrastructure

  • Uwe Bonnes Uwe Bonnes committed [r6985] on Code

    stm32l4_flash: Better check for unaligned write

  • Uwe Bonnes Uwe Bonnes committed [r6984] on Code

    cortexm/linker: Use > RAM AT > FLASH syntax for correct print-memory-usage

  • Uwe Bonnes Uwe Bonnes committed [r6983] on Code

    stm32_usart: Allow to provide RTS by GPIO if IP has no intrinsic RTS

  • Uwe Bonnes Uwe Bonnes committed [r6982] on Code

    STM32: Add STM32F410

  • Uwe Bonnes Uwe Bonnes committed [r6981] on Code

    stm32_clk: Missing bracket cause bad RCC_BDCR setting

  • Uwe Bonnes Uwe Bonnes committed [r6980] on Code

    stm32: Add DMA interface with generated lists.

  • Uwe Bonnes Uwe Bonnes committed [r6979] on Code

    stm32: Add NUCLEO-G0B1RE board.

  • Uwe Bonnes Uwe Bonnes committed [r6978] on Code

    stm32spi.nut: Fix typo

  • Uwe Bonnes Uwe Bonnes committed [r6977] on Code

    stm32: Generate DMA properities from the vendor files

  • Uwe Bonnes Uwe Bonnes committed [r6976] on Code

    stm32_dma.h: Clean up unused items

  • Uwe Bonnes Uwe Bonnes committed [r6975] on Code

    stm32: Provide LSI Value in common header.

  • Uwe Bonnes Uwe Bonnes committed [r6974] on Code

    nucleo_l432kc.conf: Define SPI1 Pins on Arduino D11/12

  • Uwe Bonnes Uwe Bonnes committed [r6973] on Code

    stm32f2_dma.h: Fix DMA_M2M define

  • Uwe Bonnes Uwe Bonnes committed [r6972] on Code

    stm32_spi_cb: Allow to build w/o DMA(temporary)

  • Uwe Bonnes Uwe Bonnes committed [r6971] on Code

    stm32/stm32dev: Fix wrong macro name for TIM1_CC

  • Uwe Bonnes Uwe Bonnes committed [r6970] on Code

    stm32_dmairq: Fill structure only to its extend

  • Uwe Bonnes Uwe Bonnes committed [r6969] on Code

    stm32_make_dma: Extend handling of DMA_MUX devices.

  • Uwe Bonnes Uwe Bonnes committed [r6968] on Code

    stm32h745: Start. Not yet usable.

  • Uwe Bonnes Uwe Bonnes committed [r6967] on Code

    stm32/boards: Some fixes to SPI pin assignment w.r.t Arduino connector.

  • Uwe Bonnes Uwe Bonnes committed [r6966] on Code

    stm32_spi_cb: Better check for the range of bits in a transfer.

  • Uwe Bonnes Uwe Bonnes committed [r6965] on Code

    stm32_gpio_v2: No error for Stm32GpioConfigSet for PIN_NONE

  • Uwe Bonnes Uwe Bonnes committed [r6964] on Code

    stm32l1_flash: Try to fix the WRPR setup.

  • Uwe Bonnes Uwe Bonnes committed [r6963] on Code

    nutinit.c: With LAZY_DEBUG, use ARM macro to load MSP

  • Uwe Bonnes Uwe Bonnes committed [r6962] on Code

    STM32/FLASH_SIZE: Provide DIE_FLASH_SIZE as fallback for FLASH_SIZE in the headers

  • Uwe Bonnes Uwe Bonnes committed [r6961] on Code

    STM32: Regenerate PINMUX and add STM32H7 files

  • Uwe Bonnes Uwe Bonnes committed [r6960] on Code

    ih_stm32: Tim1 can have different companions

  • Uwe Bonnes Uwe Bonnes committed [r6959] on Code

    stm32f3: CCMRAM size is not available in the ST provided headers/db files.

  • Uwe Bonnes Uwe Bonnes committed [r6958] on Code

    stm32: Provide generated sizes for the different ram areas

  • Uwe Bonnes Uwe Bonnes committed [r6957] on Code

    Allow a custom heap setup.

  • Uwe Bonnes Uwe Bonnes committed [r6956] on Code

    confos: Require DEV_NVMEM provided for real NutLoadConfig()

  • Uwe Bonnes Uwe Bonnes committed [r6955] on Code

    Allow to compile with STDIO_FLOATING_POINT on recent arm-eabi-none-gcc

  • Uwe Bonnes Uwe Bonnes committed [r6954] on Code

    Update core_cm0plus.h and /cmsis_gcc.h

  • Uwe Bonnes Uwe Bonnes committed [r6953] on Code

    cortex_init: Rework Cortex_TestBootSwitch so System bootloader can also be used

  • Uwe Bonnes Uwe Bonnes committed [r6952] on Code

    nucleo_l432kc has I2C1 on PA6/7.

  • Uwe Bonnes Uwe Bonnes committed [r6951] on Code

    stm32_pwm: FixStm32PwmGetClock

  • Uwe Bonnes Uwe Bonnes committed [r6950] on Code

    stm32/usart: Delay startbit after driver enable.

  • Uwe Bonnes Uwe Bonnes committed [r6949] on Code

    stm32_usart: UARTx_DE_INV is always defined. Check values.

  • Uwe Bonnes Uwe Bonnes committed [r6948] on Code

    stm32f1_dma: Initialize DMA unit only if not yet initialized.

  • Uwe Bonnes Uwe Bonnes committed [r6947] on Code

    stm32_timer: Keep TIM_TS clean when no trigger selected

  • Uwe Bonnes Uwe Bonnes committed [r6946] on Code

    f723_discovery.conf: Uart6 TX/RX pin assignment was swapped

  • Uwe Bonnes Uwe Bonnes committed [r6945] on Code

    lua/ldump.c: Remove expression conflicting with newer GCCs as upstream did.

  • Uwe Bonnes Uwe Bonnes committed [r6944] on Code

    stm32fam.nut: Provide HW_GPIO for STM32F1

  • Uwe Bonnes Uwe Bonnes committed [r6943] on Code

    stm32f103xg: Fix configuration.

  • Uwe Bonnes Uwe Bonnes committed [r6942] on Code

    gpio_stm32: Correct size of bitband area is 1Meg against 64k before.

  • Uwe Bonnes Uwe Bonnes committed [r6941] on Code

    stm32f723: Fix for ETH_IRQn defined in the vendor header but no IP.

  • Uwe Bonnes Uwe Bonnes committed [r6936] on Code

    Makerules.gcc: Print memory usage

  • Uwe Bonnes Uwe Bonnes committed [r6935] on Code

    stm32_reset.c: Fix typo affecting H7.

  • Uwe Bonnes Uwe Bonnes committed [r6934] on Code

    stm32: Provide autogenerated indicator if U(S)ART device can do autobaud.

  • Uwe Bonnes Uwe Bonnes committed [r6933] on Code

    stm32_get_devices: Correct the DIE/Chip ID detection

  • Uwe Bonnes Uwe Bonnes committed [r6930]

    stm32_gpio.h: Make stm32_port_nr2gpio[] external

  • Uwe Bonnes Uwe Bonnes committed [r6929]

    nut/tls: Move some variable definition to where it is used.

  • Uwe Bonnes Uwe Bonnes posted a comment on ticket #338

    #define STLINK_JTAG_UNKNOWN_JTAG_CHAIN 0x04 The Stlink denies to connect to non-STM jtag devices.

  • Uwe Bonnes Uwe Bonnes created ticket #137

    Detect-half-duplex-lines-and-ignore-echo

  • Uwe Bonnes Uwe Bonnes created ticket #136

    Add-STM32G4-devices

  • Uwe Bonnes Uwe Bonnes posted a comment on ticket #119

    I can not explicit tell. Reports from windows users dropped in about the problems, but they did not tell what version exact. So let's assume it is the same issue. Is that issue already fixed? Then I can point people to the fixed version.

  • Uwe Bonnes Uwe Bonnes created ticket #119

    Possible windows problems

  • Uwe Bonnes Uwe Bonnes posted a comment on ticket #275

    Paul Fertser writes: On Mon, Jul 27, 2020 at 11:21:00AM +0200, bon@elektron.ikp.physik.tu-darmstadt.de wrote: Rejecting non-ST MCU probably has also a deeper impact. The need to read the MCUID! This has often problems when in sleep or even when in reset. Even with stprog, STLINKV3 often does to to a board the STLINK-V2(1) had no probblem. I'm surprised I get no constructive feedback on this ticket. Now that it's trivial to try a firmware with patched-out IDCODE check why isn't anybody trying that?...

  • Uwe Bonnes Uwe Bonnes posted a comment on ticket #275

    Paul Fertser via OpenOCD-devel writes: [tickets:#275] ST-Link v3 refuses to work with non-ST targets, RE help needed Status: new Milestone: 0.9.0 Created: Fri Jul 24, 2020 04:26 PM UTC by Paul Fertser Last Updated: Fri Jul 24, 2020 04:26 PM UTC Owner: Paul Fertser For the reasons yet to be discovered, ST-Link v3 is not connecting to the Cortex-M targets not produced by ST. There's likely a way to fix this by patching the firmware, and thanks to the amazing effort by some community members patching...

  • Uwe Bonnes Uwe Bonnes created ticket #121

    Start address not taken from HEX file

  • Uwe Bonnes Uwe Bonnes created ticket #120

    Newer Devices need more padding

  • Uwe Bonnes Uwe Bonnes committed [r6911]

    stm32f2_4_flash: STM32F2 has no second bank.

  • Uwe Bonnes Uwe Bonnes committed [r6910]

    stm32_timer: Fix typo introduced with 6906.

  • Uwe Bonnes Uwe Bonnes committed [r6909]

    reset: Small fix allowing AT91 compilation.

  • Uwe Bonnes Uwe Bonnes committed [r6908]

    nutcomponent: when resolving the real path, use only slash as path delimiter.

  • Uwe Bonnes Uwe Bonnes committed [r6907]

    stm32: Export HRTIM1 signals.

  • Uwe Bonnes Uwe Bonnes committed [r6906]

    stm32_timer: Handle usage of both CHx and CHxN channel.

  • Uwe Bonnes Uwe Bonnes committed [r6904]

    tools/binaries/x86_64-w64-mingw32: Add crossbuild tools (Experimantal)

  • Uwe Bonnes Uwe Bonnes committed [r6902]

    stm32_usart: Do no set Autobaud when not requested.

  • Uwe Bonnes Uwe Bonnes committed [r6901]

    Allow to set Overdrive for Stm32G4 to reach 170 MHz.

  • Uwe Bonnes Uwe Bonnes committed [r6900]

    stm32dev.nut: Clean up some typos and provide uartX with usartX provided.

  • Uwe Bonnes Uwe Bonnes committed [r6899]

    stm32f1_rtc: Handle RTC Wakeup from stop mode.

  • Uwe Bonnes Uwe Bonnes committed [r6898]

    caltime: Rectify comment about Use_Time_Zone.

  • Uwe Bonnes Uwe Bonnes committed [r6897]

    stm32f1_rtc: Handle RTC time as UTC.

  • Uwe Bonnes Uwe Bonnes committed [r6896]

    stm32f1/rtc: Do not reset the rtc counter values..

  • Uwe Bonnes Uwe Bonnes committed [r6895]

    stm32f1_3_flash: Fix Stm32FlashFindConfSector().

  • Uwe Bonnes Uwe Bonnes committed [r6894]

    stm32 f1/f3 flash: Handle all CONF_SIZE in one clause.

  • Uwe Bonnes Uwe Bonnes committed [r6893]

    stm32: Rework F2/4/7 flash.

  • Uwe Bonnes Uwe Bonnes committed [r6892]

    stm32_can: Add BTR values for STM32L4 running at 80 MHz.

1 >