Resolved! STM32L5552E -Eval sample code for on board eeprom access
Is there a sample code for the on board eeprom access on the STM32L552E evaluation board ?
Find out more about STM32 implementations with external components, discuss use cases, and discover how to use new tools and ST components.
Is there a sample code for the on board eeprom access on the STM32L552E evaluation board ?
The Simulink and library c files implement a luenberger state observer in a FOC system.https://www.st.com/resource/en/application_note/cd00154076-luenberger-state-observer-rotor-position-estimation-simulink-and-software-library-stmicroelectronics.pdf
Hi there, I had experience in IAR before, but many of its functionality I dont know well.Currently I am working with customized ST32F103 board.In my F/W code says,Under a function its called,void OnDSP_GetStatus(WORD *pWord){ BOOL bUpdateDSP; float *...
Hello everyone.Any tips/pointers about where to look for info about how to write an arduino library using stm32's hal?Im a bit confused/scared about mixing c++ and c. (also scared of arduino underthehood non chip specific configs) All stm32 related l...
Hi, I have Stm32f103r8t6 minimum board, and I need blinkig LED on pin PC7, in Arduino, how do alternate function configuration, please example.
Hello, i am currently working on a sensorless motor control. Therefor I am using STM32 mat/target for generating code from simulink. My goal is to use field oriented control in the low rpm range and switch to blockcommutation for higher revolutions.N...
Hi, I am really new on STM32 area. I have 6 devices which communicate in RS232 Level.I need to understand that which devices is communicating. In Arduino there is a if(Serial.available()) about it. In STM32 how can I do that. Thank you so much
When using a TIM timebase (rather than systick), the PGSERR bit in the FLASH.SR register gets set after calling HAL_InitTick. Using the debugger, I found that the specific line that causes the flash error is "__HAL_TIM_CLEAR_IT(htim, TIM_IT_CC2)". Th...
I'm using an STM32L151 and I write values to EEPROM. I have a timer interrupt that executes at 1000Hz. But I see that the interrupt lags when I write to EEPROM.How can I avoid this? Should I place my timer interrupt handler in RAM? Would that work?
Dear Sir,I have a custom board board with a FW in hand.I am using IAR IDE.What I need to add the output file in configuration and load, run program.Recently I dont have IAR license yet.Could you tell me what to do?