STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32 WiFi MAC Layer Modification

Posted on June 30, 2016 at 07:36Hi, I just start to use STM32F4 Discovery for real time network research using STM32F4 WiFi extension board. Some literature said that I have to modify the MAC Layer on network stack. My question is how to access the ...

rama by Associate
  • 175 Views
  • 0 replies
  • 0 kudos

HAL_I2C_MasterTxCpltCallback for second i2c

Posted on June 18, 2016 at 00:00I am using both I2Cs in my board. Also, using DMA for non-blocking.HAL_I2C_Master_Transmit_DMA generates interrupt for completion (also for reception and error.HAL only allows for one ''weak'' callback for both.Is the...

alsaleem by Associate II
  • 326 Views
  • 1 replies
  • 0 kudos

External booting of STM32F427 from EEPROM

Posted on June 23, 2016 at 18:38I am working on Stm32f427. I want to interface EEPROM with this microcontroler for external booting. The external booting options mentioned in referance manual are from system memory and SRAM. Please tell me how to in...