Giter VIP home page Giter VIP logo

stm32-mw-openbl's Issues

Where is Get Memory Checksum command (i2c interface)

According to AN4221, the i2c bootloaders starting from version 1.2 support "No-Stretch Get Memory Checksum" command. However, I simply cannot find that command implementation or handling in the files modules/i2c/openbl_i2c.cmd.h or modules/i2c/openbl_i2c.cmd.h

Some functions are placed in the RAM

Hello,

could you please explain why in the file spi_interface.c some functions are placed in the RAM ?
For exaple:
#if defined (ICCARM)
__ramfunc void OPENBL_SPI_SendByte(uint8_t Byte)
#else
attribute((section(".ramfunc"))) void OPENBL_SPI_SendByte(uint8_t Byte)
#endif /* (ICCARM) */

Thank you for your help.
Regards,
Marco

openbl memory and flash usage

I learned that OPenbootloader has been updated and has reached the 6th version. When I opened STM32CubeU5, I found that OPENBL_RAM_SIZE is 90kBytes. Is there any detailed document to explain how to cut this BootLoader, because chips with small resources cannot use this bootloader at all

Support of High Speed USB

Support for the High Speed USB interface?

Currently using the STM32H743I-EVAL2 board and would like to use the openbl on the high speed usb interface instead of the full speed usb port.

Developing in the STM32CUBE IDE.

Why is the compatibility of openbl so poor?

According to the content described in the readme, openbl should be a bootloader compatible with all stm32 chips. However, when I transplanted openbl to stm32f1 following the program of stm32u5, there were a lot of errors. The flash_interface should be a file compatible with all devices. , but now there are so many errors I don't know how to fix it

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.