Are stm32 Discovery board and stm32 demo board similar ?
Posted on January 20, 2018 at 18:03Hi I'm new to stm32. I bought stm32F407 development board. Lot of examples are based on Discovery board. How to program development board via IAR #stm32-f4
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on January 20, 2018 at 18:03Hi I'm new to stm32. I bought stm32F407 development board. Lot of examples are based on Discovery board. How to program development board via IAR #stm32-f4
Posted on February 12, 2018 at 13:14Can anyone please suggest an alternative for L9377 (already Obsolete) low side switch IC with similar specification
Posted on February 10, 2018 at 09:59hi,ALRAF bit is set in ISR register but doesn,t execute the rtc-irq handler.i enabled NVIC_RTC.
Posted on February 12, 2018 at 10:44 Hi, it seems in theSTM32Cube_FW_L1_V1.8.1 in Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_flash_ex.c there is a typo in the parameter guarding. in line 811: HAL_StatusTypeDef HAL_FLASHEx_DATAEEPROM_...
Posted on February 12, 2018 at 01:08Hello,I have an issue when generate code using STM32CubeMX.At first, it worked properly.The generated code was fine.But I changed the Project Settings from HAL driver to LL driver then the code is not generated pr...
Posted on March 06, 2017 at 17:48 Hi When TIM2 of this device is configured according to the screenshot, the following code will be generated: void HAL_TIM_Base_MspInit(TIM_HandleTypeDef* tim_baseHandle) { GPIO_InitTypeDef GPIO_InitStruct;...
Posted on February 12, 2018 at 01:45I've been working on a simple UI library for my project.I'm using the stm32F7 with LTDC configured to RGB888 color space.Whilst I was writing a color gradient function, I noticed that my gradients looked 'choppy'L...
Posted on February 12, 2018 at 09:40I'm experiencing random freezing of the micro SD card on a custom board, running the STM32F767II.During read operations, occasionally communications is lost to the card and the driver code will experience repeatin...
Posted on February 11, 2018 at 09:12Hello friendshow can Define the const variable at the specified address in the IARThanks
Posted on February 12, 2018 at 07:03Hi all,I want to enable touch sensing in L151. I used Cube to configure and when I go to configuration tab and click on TS, I get a pop-up showing 'Cube does not support configuration of this IP mode. You can conf...