Ask questions, find answers, and share insights on STM32 products and their technical features.
i am using NUCLEO-H743Z in my investigation. is it possible to use both on chip USB core to get use like one as device and another as host at the same time, using on chip PHY only.if so, can any one guide me for the same.
The value at the address 0xE004 2000 (DBGMCU_IDCODE) is 0x10006430 which means the revision id is 0x1000. Per the RM008 Reference Manual the only valid value is 0x1003. I'm looking in errata document to determine which I2C issues apply to the proce...
As most Discovery boards for STM8 devices use an STM32 to implement the SWIM interface. ST must have examples or libraries available to implement this SWIM interface. Are these available to the public ? Such STM32 code will speed up development of g...
Dear,I want to use an Alarm A in RTC mode. But have some trouble with it.1) I use LSI 37000 Hz2) for 1 Hz I selected PREDIV_S=7399 and PREDIV_A=4It means that my Granulanity is 1/(7399+1)When I want to wakeup for example in 100 ms.1) I read actual ...
My application is in STOP Mode the most of the time and is powered by a CR2430 battery. When woken up, I have to send quickly an alarm through a RF chip (for about 5ms) and at the end of transmission, I would like to calculate the battery level. For ...
Hi, I have a board with STM32F501R8T6 and AT24C02 & DS1307 RTC are connected to I2C2. Earlier i had used custom I2C driver and interfaced them with a 8051 controller without any issues. Now since there is a need to change the I/0 pins config in ARM ...
Hello all,I am working with CDC configuration of USB in FS mode on STM32f407 discovery board.I connected the mobile via OTG connector.I can successfully transmit the data to virtual port and can fetch the board VID and now i want to fetch the inform...
Hi I am working on sht10 with stm32L152RE nucleo board I tried different pins but code is not working I success fully tested sensor on STM8 controller. Please have look and suggest the error in software
I'm a developer of the open source system zephyr, I need to implement PTP in Ethernet, but I found that stm32f4xx_hal_eth of STM32Cube did not implement PTP interface. Why not add this part of implementation,I request to implement the PTP interface i...