User Activity

Hello , In ProceessTxDone -- receive delay 1 set for 1000 receive delay 2 set for 2000when the MAX_RX_WINDOW set to 3000 the application wont work , which means the second timer event callback wont work e.g ... ...
I want to store a hex file into the flash memory, For that I am trying to transfer the file over UART from computer to controller.what should be changes to be made in source code?or what should be approach?I am using stm32l083cz microcontroller.Thank...
Hello, I want to store a hex file in the particular address of flash memory . I am using the stm32L083cz which has 192 kb flash memory.Flash starts at : 0x0800 0000Want to store hex file at the address : 0x0801 50001Please guide me through this. I am...
I am not able to receive whole characters from the uart interrupt . if I enter "hello" thorigh command line , I gets h , e , o . I miss other characters. below is my code snippet.uint8_t str;//Main codeint main(void){ /* USER CODE BEGIN 1 */ /* USE...
I want to use coocox os with an stm32l083cz . while i am compiling the code the following error appears. /tmp/ccpwcyyg.s: Assembler messages:/tmp/ccpwcyyg.s:242: Error: selected processor does not support `stmdb R0!,{R4-R11}' in Thumb mode/tmp/ccpwc...