STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F4 as I2C Slave. Why “void I2C1_ER_IRQHandler(void)�? is executed after “HAL_I2C_Slave_Transmit_DMA�??

I am using I2C bus as SLAVE mode in a STM32F411RE. The master is an arduino board.The configuration is working well because I see thougth master serial (arduino) and STstudio (STM32F411) that all the frames are OK and thrue oscilloscope.I noticed tha...

Get ms from RTC

Hey guys,I'm trying to configure my RTC to get ms on my STM32 F413According to the reference i've to call HAL_RTC_GetTime() and directly after HAL_RTC_GetDate().But i canot figure out how to confiure the prediders to get proper msMy current settings ...

JHeni by Associate II
  • 1101 Views
  • 2 replies
  • 1 kudos

Resolved! Which STM MCUs have Ethernet support?

I want to know which STM32 MCUs have Ethernet port. I tried finding it on the Internet and I just found STM32F769NI which supports Ethernet. I can't find the others. Kindly help. Thanks in advance'Siddharth Soni

SSoni by Associate III
  • 991 Views
  • 3 replies
  • 0 kudos

I am a newbie to both FreeRTOS and STM32. I want to know how exactly callback function HAL_UART_TxCpltCallback for HAL_UART_Transmit_IT works ? Can we edit that that callback function for our convenience ?

This has nothing to do with my program, can I change this? __weak void HAL_UART_TxCpltCallback(UART_HandleTypeDef *huart) { /* Prevent unused argument(s) compilation warning */ UNUSED(huart); /* NOTE: This function Should not be modified, when ...

VR by Associate II
  • 319 Views
  • 0 replies
  • 0 kudos

STM32F7 FMC/SDRAM deinitialization problem

Hi, I'm writing a custom bootloader that reads a *.dfu file from an USB memory stick and programs the internal/external flash accordingly.So far, everything is working fine... I've tested it on an Nucleo STM32F767 and on a STM32F746G-DISCO and I ca...

iw2lsi by Associate III
  • 1244 Views
  • 6 replies
  • 0 kudos

STM32F778, VDD 1.8V, USB not working

We have a design using the STM32F778. The FS USB works fine with VDD = 3.3V. When VDD = 1.8V, the USB does not work. VDDUSB is connected to 3.3V in both cases. On some boards, the FS USB will be detected by PC as a bootloader but it does not actu...

MVore by Associate II
  • 772 Views
  • 5 replies
  • 0 kudos