Forum Posts
example with the new HAL Ethernet driver from STM32CubeF7 version 1.17.0
Hi, I am trying to use the new HAL Ethernet driver from STM32CubeIdeF7 v1.17.0. I tried to run STM32F7508-DISCO/Demonstrations/STemWin with IAR compiler but i received build errors, I tried also with GCC compiler but I have errors after I imported pr...
Resolved! USBPD_PE_SetDataInfo Function was not executed,why?
stm32G071 UCPD SINK code answers GOODCRC after received SRC_CAPABILITY,but USBPD_PE_SetDataInfo Funtion was not Execute after GOODCRC,why?
Resolved! I am currently working with an STM32F051K8U6. According to the docs from STMicroelectronics AN2606, page 303, this chip supports bootloading on both USART1 (PA10, PA9) and USART2 (PA3, PA2). I can get the bootloader to work fine on USART1 but not USART2
I can get the bootloader to work fine on USART1 but can't seem to get anything from USART2. Is there a trick to making the second USART port work? I have checked the output from my test serial port on the logic analyzer and it seems correct and is s...
Resolved! Stm32h753 Azure-rtos USBX two USB device classes
My project uses stm32h753 and Azure (ThreadX and USBX), I want to have USBFS as CDC and USBHS for DFU. In CubeMX how do I specify which USB interface is for which device class, or it should be done in code?
Resolved! I need help with an issue regarding STM32L462RE (BL462ECELL1). How do you connect the modem to a network? I have been trying to use X-CUBE-CELLULAR. I flashed the binaries and know I can get some info from the modem, however i can't connect to the network
It keeps sending itself at commands and not connecting to the network.
How to store a text file in STM32F4 using USB Mass Storage Class and FATFS?
I'm not able to create txt file, what issue , can you provide source code? please help me.
Using the Ble Module of the SensorTile.box on the Zephyr RTOS
Hello, has anyone been able to use the Ble Module (SPBTLE-1S) of the STEVAL-MKSBOX1V1 (SensorTile.box) on the Zephyr RTOS?We are struggling trying to configure the DTS and CONF files to be able to run a simple Zephyr BLE example:https://github.com/ze...
How to integrate X-CUBE-CLASSB without HAL in STM32H723ZG
Hello ST team,I am working on a project, for which Safety functionality to be implemented. We are making use of X-CUBE-STL package for following self-test,Arm core testInvariable memory test (Flash)Variable memory test (RAM)I understand that there is...