STM32 GPIO Default Initialization
Posted on July 25, 2012 at 17:49What is the power on default for GPIO ? I've looked in RM0008 and can't find it stated anywhere. #stm32
Posted on July 25, 2012 at 17:49What is the power on default for GPIO ? I've looked in RM0008 and can't find it stated anywhere. #stm32
Posted on May 07, 2015 at 14:51Hi I have a small problem with generating EWARM for IAR project files.When I generate code, cubeMx generate file, until it starts generating the project files, then it stops, or work very slow.Anyone else experience t...
Posted on May 03, 2015 at 16:31Guys, How can I use Internal SRAM on STM32F107 for FIFO operation ? Any examples for writing and reading ? Thanks
Posted on November 05, 2014 at 11:58Hi,Consider this situation:TimerX is counting down from 1000 to 0 and it will up-count from 0 to 1000 afterwards (center aligned PWM).If I set a CC to something like 200, and enabled CC interrupt, the interrupt wo...
Posted on September 24, 2014 at 02:19Hello,I'm implementing a high power buck converter using STM32F103C8. I need to measure voltage on 4 channels during each PWM period. I figured, that i will use ADC injected mode for this. Since PWM is being gene...
Posted on May 07, 2015 at 11:17I am experimenting STM32F429 on a discovery board. After creating set board settings with STM32CubeMX, I created a few lines to generate a wave on DAC channel 2 using DMA. Everything seems correct in the registers, but...
Posted on May 07, 2015 at 02:06 Hi Guys, How can I use HAL_USART_Transmit ? I've initialized USART1... And I want to transmit a test message on the task : void StartTask02(void const * argument) { /* USER CODE BEGIN St...
Posted on May 06, 2015 at 18:55Currently in the investigative process of migrating PIC to STM32 I'm pretty early in on the process so go easy on me. My work is mostly CAN but also USB, some switches and LED work. PWM questions: 1. I see the STM32F1...
Posted on May 06, 2015 at 21:33I have develop an app and one button is sending the string A. However when i connect the STM32F407 and run the program it only can execute one command line instead of all command under the char A. Is there anyway to ta...
Posted on February 25, 2015 at 00:41 /* * For when you don't want a triangle wave or random noise. */ HAL_StatusTypeDef HAL_DACEx_NoWaveGenerate(DAC_HandleTypeDef* hdac, uint32_t Channel) { /* Check the parameters */ assert_param(IS_DAC_CHANNEL(C...