User Activity

Because I don't want use HAL , but want use the possibility to configure pins with CubeMX
Hallo,does anybody have an Example(without HAL), how I can initialize an external Interrupt with STM32F103 Bluepill on PIN B1?At this moment I try with this[code]procedure Event(); iv IVT_INT_EXTI1; ics ICS_AUTO;beginGPIOC_ODR := not GPIOC_ODR; // To...
Posted on September 06, 2016 at 20:06Hallo,I use the Mikroe compiler and don't get the SDADC for work :(Is there a step by step manual, which values I have to use in which order?!Maybe1. enable SDADC2. Initlialice3. calibrateor maybe1.Init2. enable?...
Posted on May 25, 2015 at 20:51 Hallo, I try to read the ADC but get allways 0 als result :-( Does anybody have an Idea whats wrong? GPIO_Clk_Enable(@GPIOA_BASE); GPIO_Config(@GPIOA_BASE,_GPIO_PINMASK_All,_GPIO_CFG_MODE_ANALOG or _GPIO_...
Posted on October 30, 2014 at 11:17Hi,I try to use the ADC with ext ref but it doesn't work...I use ADC 1 from PA3.Are there any sample or does have anybody code example? #whiskey-tango-foxtrot
Kudos given to