STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SPI Flash+ Fatfs +STM32L0

Posted on February 23, 2016 at 08:32 Hi everybody, I develop file system on spi flash with FAtfs library.But i have a bit problem.My problem is f_getfree() function return 0 free cluster but all flash is free.The other fatfs function working...

CAN Loopback/Normal

Posted on February 22, 2016 at 16:58Hi Everyone, I'm trying to make the CAN working on my board, I use a STM32F103, with the HAL example, (cube F1). I did init as the example, I'm using the same pin PB8 & PB9. I calculate the baudrate to be at 250k...

yannick23 by Associate II
  • 1174 Views
  • 4 replies
  • 1 kudos

Input Capture - HAL library STM32F4xx

Posted on February 22, 2016 at 09:16 Hello, I want to get a frequency of an input signal using the stm32f4xx with the HAL library. Signal comes in PB4. I checked the working input with a simple gpio configuration. My following i...

STM32L476+USB MSD not work

Posted on February 15, 2016 at 19:28Greetings to all! Someone to do on this devbord SMD device? What HAL use, or just STM32Cube for this approach? I programmed the chip using STM32CubeMX, set to 8MHz external resonator, the cable is connected, but d...

SET_REPORT USB HID class request for STM32

Posted on February 10, 2016 at 15:43I am developing a USB keyboard application using STM32F103 microcontroller. I have written code using a demo example to send keys to the host.But I am not able to figure out how to write set_report request for tur...

patil by Associate II
  • 1945 Views
  • 3 replies
  • 0 kudos

Application fails to start after DFU leave

Posted on February 10, 2016 at 01:22I've got an STM32L15x whose application sets a ram flag then does a soft reset, after which the startup code jumps to the DFU bootloader. So far so good, the DFU kicks in and the host PC is successfully talking to...

sylvain by Associate II
  • 1217 Views
  • 6 replies
  • 0 kudos

SD card access with SDIO interface.

Posted on February 19, 2016 at 17:04helloi am using the SDIO interface of an STM32F205vft6 to access an sdcard.for this purpose i am using the MSC class (USB interface) and STM32cubeMX v4.13.0when i plug the usb the device is recognized but i have a...

websat13 by Associate II
  • 605 Views
  • 2 replies
  • 0 kudos

stm32:[cubeMX] freeRTOS lwip dhcp IPaddress

Posted on February 19, 2016 at 09:27Hi everyone. I need your's help. I use stm32cubemx for init all pins and functions.and I wonder use FreeRTOS, and LWIP driver. My purpose is create LWIP threads, and do TCP/IP communication to my virtual box's ubu...

STM32 DFU driver - Install Without DfuSe Demo?

Posted on February 16, 2016 at 23:24I'm looking for a way to install the driver for STM32F4's DFU mode.In my installer, I can include the DfuSe Demo installer, but I'd rather not have DfuSe Demo as a part of the install process just to get the drive...

JacobV by Associate II
  • 806 Views
  • 1 replies
  • 0 kudos

STM32F030 RTC

Posted on January 21, 2016 at 22:22I'm having an issue with the HAL_RTC_SetTime() function setting the RTC clock.  I'm using MXCube to generate the RTC settings for IAR compiler.I use the following code to set the clock to 1 hour  sTime.Hours = 0x1;...

mikes by Associate II
  • 1586 Views
  • 7 replies
  • 0 kudos