GPIO_analog vs ADC, STM32F2
Posted on August 16, 2015 at 09:401. Microxplorer gives option to set any GPIO pin as GPIO_analog or pin as ADC if it has ADC feature.2. What is diff between two. I know abt ADC but what does GPIO_analog do?
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on August 16, 2015 at 09:401. Microxplorer gives option to set any GPIO pin as GPIO_analog or pin as ADC if it has ADC feature.2. What is diff between two. I know abt ADC but what does GPIO_analog do?
Posted on August 15, 2015 at 11:08Hi, I am looking for an STM32 which has:- A 5x5 mm package which can be used on a 2 layer board (that excludes BGA, I suppose)- 32 or more pins- Ultra low power- DAC- Crystal main clockIn the parametric selection, t...
Posted on August 15, 2015 at 10:41Hello, I'm using the STM32F7 discovery kit from ST with Keil uV5, the kit is great however I tried to reload the demonstration firmware, Keil always reports that ''no algorithm found for: <all address in QSPI memory...
Posted on August 14, 2015 at 12:22I am using STM32F205 LQFP64 & want to know if below configuration of pin are ok. I use SWD method.I have grouped pins as:1. vbat: If not used, connect it to Vdd & decouple by 0.1uf cap.2. PA0-PA15: If any of pin is...
Posted on August 15, 2015 at 09:59hi every one. i am trying to initial wwdg of stm32f103rbt6 & i am using cmsis libraries for this. based on cmsis examples i wrote my program & it compiled succesfully but dose not work correctly. i attached example,...
Posted on June 28, 2013 at 05:44I require to build an assembly project in the STM32VLDISCOVERY board either using Keil's startup file (startup_stm32f10x_md_vl.s) or no startup file at all. The project must have either absolute (preferably) or reloc...
Posted on August 15, 2015 at 08:09 STM32F103C8 What is the proper setup of a software trigged DMA? Or how do one setup TIM4 so software trigger DMA works? I get a conflict between TIM4 CCR1 match triggered DMA (which works pe...
Posted on August 14, 2015 at 19:42I have USART1/2 working fine when using HSI. When using MSI clock (code below) I do not see the correct output frequency on the scope.I am setting the MSI to 2.097MHz. I measured this as 2.31MHz from MCO. I am setti...
Posted on August 14, 2015 at 22:24Hi,I have created a USB CDC project using STM32CubeMX. It is running on STM32F429 board. However after receiving first character, the program is not accepting anything. Did anybody face similar problem?Regards,Prova...
Posted on August 04, 2015 at 22:44So, I'm having the same problem with the ST-Link driver as those in the past. Sometimes the driver works and I am able to connect via the ST-Link Utility and IAR Workbench. When it does not work, I cannot connect to...