STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

IAP for STM32F030C8 using HAL library

Posted on December 28, 2017 at 10:32I want to write IAP for STM32F030C8. I have searched through the web but found the application using Standard peripheral library. Is there any application that is developed with HAL library? Also there is no provi...

shrek T by Associate
  • 326 Views
  • 1 replies
  • 0 kudos

problem with use HAL_FLASH_Program

Posted on March 05, 2015 at 09:08when i use this function uint8_t    Save_data(void) {     uint8_t    idx;     uint8_t    addr;     FLASH_EraseInitTypeDef    erase;     uint32_t    pg_error;     HAL_FLASH_Unlock();     erase.NbPages = 1;     erase....

Has anybody converted the PWM frequency and duty cycle measurement exmaple from the STM32CubeMx examples to use STM32CubeMx to configure the hardware (.ioc file to configure the timers)?

Posted on October 10, 2017 at 21:17The 'STMCubeF2\Projects\STM32F207ZG-Nucleo\Examples\TIM\TIM_PWMInput' example configures the timers with direct calls to the HAL.I am trying to keep all of the pin allocation and resource initialization within STM3...

Mike Katz by Associate II
  • 1969 Views
  • 11 replies
  • 0 kudos

Independent WatchDog

Posted on December 28, 2017 at 09:12We are using Independent WatchDog in our system configured for every 2 seconds. The intention is that if the Refresh is not happening for every 2 seconds, the software will be resetted.   But, what is observed is ...

Anand A by Associate III
  • 290 Views
  • 0 replies
  • 0 kudos

stm32l + fatfs

Posted on December 27, 2017 at 18:52All of the FATFs examples (and indeed, CubeMX) appear to be geared toward the STM32F series chips when using FatFS. I want to use the STM32L433, insofar as I have a lot of my application already written for that d...

ADC external trigger

Posted on December 26, 2017 at 06:11Hello,I am using ADC in triple regular simultaneously mode (circular mode using FIFO half threshold). EXTI11 is used for trigger the ADC.when I am reading ADC's value it is not coming in sequence .When external tr...

FatFS + sdCard + Usb device

Posted on November 23, 2015 at 10:05Hello there,I am using STM32F407 with HAL lib. I am looking for an example in the ''STM32Cube_FW_F4_V1.7.0'' that would contain following functionality:FatFS system on a SD card using SDIO and that system should b...