STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32H7 USB DFU firmware boodloader bug

Hi, We are using STM32H7, and we found that the following instruction doesn't work: /* Test if user code is programmed starting from address 0x08020000 */ if (((*(__IO uint32_t *) USBD_DFU_APP_DEFAULT_ADD) & 0x2FFC0000) == 0x20000000) <--- It is alwa...

KSZ8895 and STM32F107 with RMII MAC to MAC

Hi,I tried to interface a STM32F107 and a 5 port ethernet switch KSZ8895RQXIA with the RMII interface.I'm not sure about the configuration (strap resistor) on the ksz.I configure it as SW5-RMII MAC to MAC Conneciton (PHY mode) :Pin 91 : PD / 86:PD / ...

Renaud1 by Associate II
  • 3596 Views
  • 7 replies
  • 0 kudos

issue with UART call back function

Hello Everyone!!i am using HAL_UART_RxCpltCallback function in my program,  whenever i receive 9 bytes of data via uart an interrupt will trigger and the above mentioned function will get called and execute but  the issue is if i sent a 9 bytes comma...

Anil3 by Associate III
  • 933 Views
  • 2 replies
  • 0 kudos

STM32F072 CAN LoopBack error on logic analyzer

 Dear reader,I am trying to get the CAN peripheral on my STM32-NUCLEO board working. To start off i wanted to test the loopback mode before I hooked up my transceiver circuit.Heres my init code for the can peripheral generated by CubeMX:Heres my CAN ...

Oli98_1-1701379345715.png Oli98_2-1701379430426.png Oli98_3-1701379475889.png Oli98_4-1701379662680.png
Oli98 by Associate II
  • 691 Views
  • 2 replies
  • 0 kudos

Unable to set default PHY stm32wb55rg

We're using the stm32wb55rg as the core MCU in a project requiring decently high-frequency BLE notifications to a mobile device (100Hz update rate on the characteristic). In testing this I found that, with default settings, the bluetooth connection w...

Redrield by Associate
  • 1121 Views
  • 1 replies
  • 1 kudos