How can i test Low power current consumption on Nucleo-4R5ZI development kit?
Please suggest code and setup to test all low power modes supported by the STM32L4 controller series and Nucleo-4R5ZI development kit
Ask questions, find answers, and share insights on STM32 products and their technical features.
Please suggest code and setup to test all low power modes supported by the STM32L4 controller series and Nucleo-4R5ZI development kit
Hi All,I downloaded the stm32f4 footprints library for altium and could not find a footprint for STM32F401RET6 (LQFP64), but in the library I can only find STM32F401XB and STM32F401XC footprints. However these chips only provides 256 kb of flash memo...
Trying to compile an CubeMX generated file for STM32F730R and TrueStudio. But ALWAYS get a sorry unimplemented ... within the DRIVERS CMSIS INCLUDE file cmsis_gcc.h file.Please advise if there is an update for TrueStudio or Cube MX, will try with Kie...
I have implemented my own bootloader in flash starting from 0X08000000 and the application program runs from 0X08010000 and everything works fine , but after doing this the dfuse demonstrator not able to detect board in dfu mode, as i know the in sys...
When I start a debug session, the program start immediately instead of pausing, and the cursor is not at main() but at an odd spot in assembly. Using system workbench and a nucleo as a programmer. this is a custom target board running an STM32f091. W...
Hello,I didn't find in the datasheet, that MCU STM32F103 have an internal pull-up/pull_down.In this case. Should I make all unused I/O in pull-up or pull-down state?Thank you for your supportBest regardsHafedh
Hi, I am trying to update the duty cycle output on a STM32F107 MCU, glitch free of course. I know I have to set the appropriate PE bit in the TIMx->CCMRx register. This can be done with the library function TIM_OCxPreloadConfig(). At the time I make...
The code is as follows.... RCC_AHBPeriphClockCmd (RCC_AHBPeriph_DMA1, ENABLE); RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOC, ENABLE); RCC_APB2PeriphClockCmd(RCC_APB2Periph_ADC1, ENABLE); RCC_APB2PeriphClockCmd(RCC_APB2Periph_AFIO, ENABLE);...
I am trying the Mbed sample program of stm 32l 475. Please tell me the application name of BLE that verifies the sample program.