['F446 documentation] What is CKGATENR in RCC?
Posted on December 21, 2017 at 23:15.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on December 21, 2017 at 23:15.
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....
Posted on November 17, 2014 at 10:18I have not found a place in STM32CubeMX where I can configure the internal flash and enable the flash global interrupt. Is this not possible?
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...
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 ...
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...
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...
Posted on December 27, 2017 at 05:24Hello! I have just started upgrading to new cube firmware version for STM32F4 and did not found arm_cortexM4l_math.lib, seeing M7L instead. I use arm_cortexM4l_math.lib library for FFT support. As I understand arm...
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...
Posted on December 27, 2017 at 00:40Hello,I'm trying to get CAN up and running on a STM32f303re. I've ported the CAN Networking sample over from the STM32373C eval board sample sources to the STM32f303re. It is starting to work as I can send a pac...