STM32F105 eeprom simulation
Posted on January 13, 2015 at 10:27 Hello I am try write a configuration in a microcontroller STM32F I am using stsw-stm32010 code base example. The example work properly. But when I make my code don't work. I want...
Posted on January 13, 2015 at 10:27 Hello I am try write a configuration in a microcontroller STM32F I am using stsw-stm32010 code base example. The example work properly. But when I make my code don't work. I want...
Posted on November 25, 2014 at 01:16Hi All,I'm just starting up on development for STM32 Cortex M0 and M4, trying to use the CubeMX with MDK ARM to develop a simple communication protocol over rs485.However I could not find confirmations for my ques...
Posted on June 16, 2014 at 13:41Hello,I downloaded ''STM32F4x7_ETH_LwIP_V1.1.0'' package and I want to make ''httpserver_socket'' example working with no success.I am getting hardfault ISR !I want to ask if there is somebody who succeeded to make it...
Posted on November 04, 2014 at 09:03Hi,I want to Implement HID device with Keyboard , Mouse and Vendor defined functionality. I am using USB device library that comes with STM32Cube_FW_F2_V1.1.0 lib. In it there is no example explaining this. Any Su...
Posted on January 11, 2015 at 10:59This is probably a too-broad question, but here goes:I have a system where a master MCU (STM32F103) communicates with another MCU (TI CC2540) via UART. The master can be connected to a PC via USB.The task at hand i...
Posted on January 09, 2015 at 17:38Hi! I'm trying to use my olimex e407 board with the code generated by stm32cubemx, with: - lwip - freertos - ST HAL driver - ARM gcc This board uses a different PHY (in RMII) than the one the HAL driver has bee...
Posted on December 12, 2014 at 22:31I'm working on a system where we use a STM32F407VGT6. I set up the project in CubeMX (latest version). We are using USARTs 1,2, and 3 with interrupts for receive.I'm having some issues with the USART portion of th...
Posted on January 05, 2015 at 14:24Hello.I am using stm32_vcp_1.3.1 stack for USB OTG. I have a problem when the USB connection to the PC is ended because App kill (no interrupt to tell me about it). I found that I stay in a loop of OTG_FS_IRQHandle...
Posted on December 22, 2014 at 07:06Hello, Does anybody have a working vcp (usb cdc) project on a STM32F429 Discovery board using the stm32cubemx(hal) drivers? If so, could you send it to me? Just trying to get Windows 7 to recognize the vcp. I crea...
Posted on November 10, 2014 at 19:46I am using the CubeMX interface to setup MSC class USB device software for my STM32L1 device. I notice that as part of USB initialization nowhere in the code are the GPIO AFR settings corresponding to USB DM and U...