STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! One ADC channel affecting the other ADC channels STM32F407

Posted on February 17, 2017 at 17:56Hi.I've been using 4 channel ADC DMA convertion and recently noticed that one of the inputs affects the read values of another. The troubleshouting showed that the voltage on Channel 15(PC5) somehow gets to the ot...

funkehed by Associate II
  • 4018 Views
  • 6 replies
  • 0 kudos

Github, Bitbucket and licensing?

Posted on February 18, 2017 at 16:59What do I need to do to insure license compliance when putting a project up on a public repository like Github or Bitbucket? The project in question is one I started with MX (STM32CubeMX) and am presently adding e...

hbarta by Associate II
  • 968 Views
  • 4 replies
  • 0 kudos

Beware: fake discovery - Stm32f4 Discovery Stm32f407

Posted on February 19, 2017 at 01:32Sorry if that's known but I've only learned today that on eBay you can get a board which tries to look like stm32f4discovery while it's only a copyon eBay they list it as 'Stm32f4 Discovery Stm32f407' (spelled wit...

arro239 by Senior
  • 922 Views
  • 4 replies
  • 0 kudos

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
  • 550 Views
  • 1 replies
  • 0 kudos