My Pack Couldt add
Hello. i have installed my pack but it wasn't on the left side. (I-CUBE-RBUF)But other packs added before.https://github.com/nimaltd/STM32-PACK/but when i installed from local disk. it works.
Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.
Hello. i have installed my pack but it wasn't on the left side. (I-CUBE-RBUF)But other packs added before.https://github.com/nimaltd/STM32-PACK/but when i installed from local disk. it works.
I have a STM32L476RG Nucleo-64, and I am trying to run code from ram, but whenever I do it, it makes it to the function but does not execute the code, and on return it hard faults. I am not trying to put all code in ram just one function. /* USER COD...
Hello everyone,I'm working on an STM32 project where I need to establish PPP (Point-to-Point Protocol) communication with a GSM module, such as the SIM7600. Additionally, I aim to integrate the NetXDuo TCP/IP stack into the project for network commun...
Hello community,I'm looking for some feedback on how to optimize the ADC peripheral when using a handful of single-ended channels.I have an STM32H735G-DK and have 4 NTC3950 type thermistors connected to 4 of the Analog pins from the Arduino headers, ...
Hello Everybody, I use STM32CubeIDE1.15.0 Build: 20695_20240315_1429 and a custom board with a STM32303RE inside.I use the IOC interface to set the virtual port com. Everything work fine, just a detail: when i connect, then disconnect and reconnect t...
Hi there,I am working with the Nucleo-H563ZI board. The board is modified so that its hardware can act as a USB host. I am running Azure RTOS with USBx in the board. USBx is configured in host mode (not OTG) with classes HID (keyboard) and Hub. A USB...
I'm facing difficulties bootloading or upgrading firmware on an STM32F405 MCU from an SD card.Could anyone recommend a library or resource for achieving this? I've already tried a few methods but haven't had any success. Any help would be greatly app...
Hello, I am new to STM world. I am trying to make an array of GPIO pin in this format {{PIN1_GPIO_PORT, PIN1_PIN}..... This would then be used in custom function so I can dynamically access this pins. How should I declare such array and how would i...
I am using the STM32U5A9J-DK for a UART communication test, and I expect to display the content sent from the computer's Serial port on the screen (textArea).I'm using UART1, 115200 Baud rate, 8 data bits, 1 stop bits, and I've turned on the UART int...
I got this assembly code (see below) in an ST example code on secure boot and and I don't understand some lines :why do we have to push R1 five times in a row?why is LR set to 0xFFFFFFF9? That is causing a hard fault at runDoes anyone have better un...