STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

HAL_Delay() not working.. help (newbie)

Posted on December 04, 2015 at 01:51Hi, I tried using HAL_Delay(); I thought I can just use HAL_Delay(500); but it's not working.the code is below. (from STM32cubeF4)__weak void HAL_Delay(__IO uint32_t Delay){  uint32_t tickstart = 0;  tickstart = H...

ckim by Associate II
  • 2497 Views
  • 3 replies
  • 0 kudos

STM32F7 - Discovery: DCMI Code Examples?

Posted on December 03, 2015 at 15:27I got the http://www.st.com/web/en/catalog/tools/FM116/SC959/SS1532/LN1848/PF261641?icmp=pf261641_pron_pr-massmarket_jun2015&sc=stm32f7discovery-pr and the http://www.st.com/web/catalog/tools/FM146/CL1984/SC720/SS...

Isolation of USB port

Posted on December 02, 2015 at 12:08Hi, I'm using a STM32F4 device and I want to have a VCP on the USB Full speed port. I'm trying to understand how to isolate it, because the device I'm designing is for industrial purposes. I found many solution th...

STM32 Nucleo Virtual COM Port

Posted on September 16, 2014 at 10:49Hi, I'm using a Nucleo-F302R8 and I want to use the USB as a virtual COM Port to connect it to Labview. I think this might be possible cause the UM1724  describes it for the use with mbed. I'm not really sure wha...

STM32L051R8T8 erase via SPI bootloader

Posted on December 02, 2015 at 08:41Hi folks! The page erase command does not seem to work. The communication sequence is as follows with replies from the STM inside brackets: Erase:0x5A [0x79] 0x44 [0xA5] 0xBB [0xA5] pages:0x00 [0xA5] 0x04 [0x79] p...

HAL EEPROM Driver on STM32L151xB

Posted on December 01, 2015 at 08:41 While trying to use the HAL drivers to access the EEPROM section of the FLASH memory, I have come across a very weird issue When trying to program a zero(0) to an address, the HAL driver follows a spec...

sschocke by Associate
  • 303 Views
  • 0 replies
  • 0 kudos