STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

stm32f042 can problem

Posted on August 27, 2015 at 09:41 void HAL_CAN_MspInit(CAN_HandleTypeDef* hcan) { GPIO_InitTypeDef GPIO_InitStruct; if(hcan->Instance==CAN) { /* USER CODE BEGIN CAN_MspInit 0 */ /* USER CODE END CAN_MspInit 0 */ /* Peripheral clock en...

STM32L053-Nucleo board's RTC not running.

Posted on August 25, 2015 at 06:52Hello, I have implemented RTC on STM32l053-Nucleo using CubeMX and CubeL0 HAL libraries. I set and get the time and date in RTC using HAL functions but the RTC is not running, I am getting the same time and date I h...

salman2 by Associate II
  • 255 Views
  • 1 replies
  • 0 kudos

STM32F4 USB Endpoint question

Posted on August 14, 2015 at 09:35Hi! I used CubeMx to generated USB HID Device example code and  update to F4_Discovery Kit.The default endpoint address is 0x01 and 0x81. I could send data from PC to STM32F4 via USB. and STM32F4 also could send dat...

STM32 bootloader form SD card

Posted on August 21, 2015 at 09:04 Hello ! I have a problem with my bootloader form SD card. I think i try everything, now i don't have any ideas. App in sd card have changed memory start address to 0x08002000 and memory size to 0x0003E000. ...

stm32 flash problem

Posted on August 21, 2015 at 17:28i am working on stm32f030cc.i implement user boot loader between 0x08000000-0x08003000 and user application onwards.both works fine.i write protect boot loader area.but when power gone and after that when power on d...

karan by Associate III
  • 145 Views
  • 1 replies
  • 0 kudos