STM32 Flash loader
Can I load (config.h) file from my PC to STM32F103 flash memory using STM32 flash loader demonstrator ???
Can I load (config.h) file from my PC to STM32F103 flash memory using STM32 flash loader demonstrator ???
How can I upload a config text file to stm32 flash ??? what softwares do zi need to install and what will be the procedure to check the presence of config file and update the firmware accordingly with new settings????
would any one advice me wich stm board sutible to work as head set i.e connect mic and speaker the data from mic i need to do processing on it then send it to mobile via bluetooth as well as receiving audio data from moblie via bluetooth and do proce...
W25Q16JVSNIQ winbond external SPI is attached to my STM32L462CE MCU. I want it to store some data so how can I do it? can you please provide some example code for this.
We are trying to set the STM32L431 controller to shutdown mode.During the shutdown mode, Pin PA15 shall be at low level.Unfortunately the pin does not stay at low level during shutdown.We have configured the pin with „HAL_PWREx_EnableGPIOPullDown(PWR...
I am working on STM32L462CE MCU and my requirement is to change the baudrate of UART at run-time. So, how I do that?. Can you please give me the solution for this. First set to 9600bps, after 921600 and at last 115200.
I want to read internal MCU temperature and battery voltage of STM32L462CE. So, can somebody help to do this?
Hello, I am trying to use a segger jtrace pro debugger with an stm32303E-EVAL board through the ETM trace connector, however I am not seeing a signal on any of the trace pins including the trace clock when running my program. I've ensured I have cont...
I am trying to send data to com port from PC and receive it using interrupt on the MCU. Is there any examples or documentation that I can use as reference?
Documentation simple says the HSE clock failed. What does "fail" define. Does "fail" imply that there are no clock oscillations applied to the HSE pins? Or a frequency below some value that will set the CSSF flag in the RCC_CIR register. What would b...