Resolved! APB1PeriphClock
Posted on March 15, 2017 at 17:38Is there a function or macro for determining the frequency of APB1PeriphClock and APB2PeriphClock?Thanks,jh#apb1periphclock
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on March 15, 2017 at 17:38Is there a function or macro for determining the frequency of APB1PeriphClock and APB2PeriphClock?Thanks,jh#apb1periphclock
Posted on March 15, 2017 at 09:58Hello,I have programmed my board (STM32L475) with the example '...STMM32Cube_FW_L4_V1.7.0\Projects\STM32L476RG-Nucleo\Examples\PWR\PWR_STOP1_RTC\MDK-ARM'. I measure current consumption and it is higher than the expec...
Posted on March 12, 2017 at 16:56I'm sorry in advance for such a stupid question, yet i can't find my error.I have some chinese nameless 'stm32f103c8t6 system board' with F103C8T6 on board. I also use Coocoox IDE and ST-Link v2 programmer. The follo...
Posted on March 14, 2017 at 03:29I have STM32L432 Nucleo board. Using CubeMX I have configured the ADC1 IN17 to temperature sensor channel.How do you read this register using the HAL layer?I can already poll adc1 IN5 to read an external temperature ...
Posted on March 10, 2017 at 14:27Hello everyone,I am working on a project with a STM32L151 microcontroller.I want to be able to upgrade its firmware via DFU mode.The DFU driver is well installed, the device goes well in DFU mode when needed, I can w...
Posted on March 14, 2017 at 07:19MCU: STM32L443VCT-I am calling 'HAL_PWREx_EnterSTOP2Mode(PWR_STOPENTRY_WFI);' from the main application of my code but it seems that the function returns immediately (MCU not entering STOP2 mode). What I might be doi...
Posted on March 11, 2017 at 16:25Hello!Is the whole STM32F7 family pin and firmware compatible (besides missing peripherals?).I know that 7x3 and 7x2 aren't compatible with the rest due to inclusion of HS USB PHY, but what about the others?If a desi...
Posted on March 15, 2017 at 10:14Hi,I'm working on a stm32F101CBT6 and need to support SW update - a proprietary bootloader will run at startup, and will quickly jump to the application.I've done it before, on other stm32 chips, but with the StdPeri...
Posted on March 15, 2017 at 07:15Hi all,I wanted to transmit voice from MCU to android phone. And I was able to do that using OSXBluevoicelink library with STM32 Nucleo board.Now I wanted to port the voice transferring functionality to discovery boa...
Posted on March 14, 2017 at 18:16I've been starting to use an F446, and while the clock settings look OK (at least PWM frequencies match expected, but I can definitely test this more), I consistently get half the requested baud rate on USART3. Looki...