STM32L051 EEPROM initialisation
Is it possible to initialize the EEPROM area of a STM32L051 with values at compile time (IAR compiler) simply like this:const char array[] @ "my_eeprom" = {0X1C,0X1F,0X9F,0XFF};
Is it possible to initialize the EEPROM area of a STM32L051 with values at compile time (IAR compiler) simply like this:const char array[] @ "my_eeprom" = {0X1C,0X1F,0X9F,0XFF};
I try to count pulses from PA1 as TIM21_ETR, seems like all setting is OK, but no counting what soever. What am I missing?Thanks/* TIM21 init function */ void MX_TIM21_Init(void) { TIM_ClockConfigTypeDef sClockSourceConfig; TIM_MasterConfigTypeDe...
I am using the stm32f0discovery development board, I want user manual for stm32f0xx firmware library. can you please share the link
Posted on July 13, 2018 at 00:50Hi. I am trying to compile the STemWin Demo code for L4R9I-DISCO in TrueStudio and failing miserably.Firstly I did the import procedure which is supposed to make it easy to get all the Cube demo stuff into True Studio...
I have one of the newer STM32H743 Nucleo development boards and I'm having issues getting the VCP enumerating. I know I'll need to add some code to transmit and recieve data, but is there anything that I should need to change with the initialization ...
Hello,I have the L432KC Nucleo. I'm trying to measure low speeds with a 1 PPR (pulse per revolution) sensor. For low PPRs. using the Period Measurement Method is suggested. If I get the period of the signal, then I can apply the formula:RPM = 60/(Pul...
HiI was reviewing my code and I wanted to change some timer configurationSo I use a STM32F727 @216MHz with all clock periph at max speed.I use the following init (generate by cube) to configure TIM2 to get a 1 µs based timer htim2.Instance = TIM2; ...
I am new to linker scripts and barely understand how they are written. Can somebody please help what all changes do I need to add CCRAM in the linker script for STM32F777II?
i am beginner with stm32 so please suggest which one is better or any other low cost module following are link 1) http://www.dnatechindia.com/Development-Board/STM32-development-boards/STM32F0308-Nucleo.html2) http://www.dnatechindia.com/Development...
HelloMy toolchain is CubeMx + KeilI generated a brandnew environment using CubeMx. I did all the steps explained at http://www.keil.com/support/man/docs/uv4/uv4_db_dbg_printf_viewer.htmJust before the main while-loop I entered the line printf("\nsta...