HI,Clive1,stm32 Hard fault,need your advice�
Posted on July 17, 2015 at 11:48to be migrated, sourceId: 55562:697285D7-A9CA-445D-B16C-F23BF0E3B1A3
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on July 17, 2015 at 11:48to be migrated, sourceId: 55562:697285D7-A9CA-445D-B16C-F23BF0E3B1A3
Posted on July 17, 2015 at 13:43Hello everyone,I'm getting strange behaviour on my STM32F411 device.I use USART 1 with hardware flow control, with pins:TX: PB6,RX: PB7RTS: PA11 CTS: PA12The problem I have, is that when device wake up from STOP mode,...
Posted on July 17, 2015 at 01:13 Hello, I have a project which was originally generated using STM Cube. I can successfully communicate to an external memory chip through SPI at 7.5MHz, although anything higher fails. The memory chi...
Posted on July 10, 2015 at 23:59I'm using an STM32F0 for a CAN application. I noticed, though, that the MCU doesn't receive the messages that it sends out on the bus. It would be preferable for me to be able to see all of the data on the bus, though...
Posted on July 16, 2015 at 23:48I created a project using F4 1.5.0. Later I installed F4 1.6.0 and regenerated my code.Today I ran out of space, blew out all of the libraries, installed only F4 1.7.0 and cube asked me if I wanted to migrate from 1.5...
Posted on July 16, 2015 at 19:07Hi. I'm using stm32f429i-discovery I am controlling RFM69HC module (device) over SPI and I could get communicating both of them. I'm checking device's ID, and some other controllable registers and there is no problem ...
Posted on July 16, 2015 at 17:04Hi, I'm planning to attach CC1200 EMK with STM32F4Discovery kit on the SPI interface. I guess the best interface would be SPI for the same since I don't need the MEMS. Could you please advise how to make the hardwa...
Posted on February 07, 2014 at 00:42Hi, I'm trying to implement IAP on an stm32f051 device, but get a linker error when specifing VectorTable address is 0x20000000. __IO uint32_t VectorTable[48] __attribute__((at(0x20000000))); STM32F0-Discovery_Dem...
Posted on July 16, 2015 at 15:52Good Afternoon Everyone, Is it possible that on STM32F4 , I first do a DAC and then use its output as input to ADC and finally get a digital output ? If I can do that , how can I do this connection in between the DA...
Posted on June 26, 2015 at 19:57Good Evening all, I am new to Embedded Programming. I am using STM32f407vgt6 discovery board for programming. I am using HAL functions for setting up the SYSCLK and BUS frequencies. In this program , after one presses...