STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

VisualGDB v Keil for STM32

Posted on February 19, 2017 at 12:41Hi   At the moment I am using Keil with one of the STM32 cheap development boards. I have the free license (well, until Feb 2018) for the STM32F0x and L0x chips. I am using this becuse I am new to the system and a...

HAL_GPIO_EXTI_Callback, falling and rising

Posted on February 09, 2017 at 14:23Hi. I'm using the HAL_GPIO_EXTI_Callback function to have an event when a pin is falling or is rising.To know if a pin is low or high I use this functionif (__HAL_GPIO_EXTI_GET_IT(GPIO_Pin)== GPIO_PIN_RESET) {} el...

Stuck With STM32F0 SPI + RFID

Posted on February 16, 2017 at 23:07 I am trying to make RC522 (RFID) work on STM32F0 discovery board. I read the arduino library which can be useful, before starting I am trying to make SPI work. I have connected all the pins to STM32F0 and CS p...

anuj by Associate II
  • 370 Views
  • 1 replies
  • 0 kudos

Resolved! STM32F407 I2C

Posted on January 31, 2017 at 16:30Hi All,I m trying to use I2C on STM32F104. Here is my init code. I am not able to read an EEPROM. To test I sent data (I2C_SendData(I2C2, (uint8_t) 0x100);) in a loop (with a small delay), and monitored SCL and SDA...

returned value of a few HAL routines

Posted on February 17, 2017 at 14:01Dear,I used  the HAL Drivers V1.6.0 / 04-November-2016 from STM32Cube_TW_F4_V1.14.0It seems there is a mismatch in the returned value of a few HAL routinesThe returned value can be the HAL_BUSY or a computed value...

STM32F7 online course

Posted on November 04, 2016 at 06:30Hi,Has anyone tried to register to this online course?http://www.st.com/content/st_com/en/about/events/events.html/stm32f7-online-course.htmlI am not receiving any confirmation emails, so I can't go any further!!O...

fouad_jh by Associate II
  • 1007 Views
  • 9 replies
  • 0 kudos