Stm32f103r8t6 - I need set pin PC7 as output in arduino
Hi, I have Stm32f103r8t6 minimum board, and I need blinkig LED on pin PC7, in Arduino, how do alternate function configuration, please example.
Find out more about STM32 implementations with external components, discuss use cases, and discover how to use new tools and ST components.
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?
I knew that i cannot save this data in any file format. I have to store this in terms of numericals only. But how would i conevert the connection data into numerical format.Please help me wit thisThanks in Advance
Dear experts,I am new to STM32 world, so I apologize, if my question is inappropriate.Is there a way how can I see the program differences between saved project (PC) and the one that is loaded in the MCU?I'm using System Workbench IDE to program stm...