Posted on February 11, 2015 at 02:44
Greetings,
I'm working with an STM32F303 MCU. On one of my projects, I've noticed that it would repeatedly freeze up, requiring a reset to continue operation. Doing a backtrace shows me that the error ...
Posted on September 25, 2014 at 02:35
Greetings,
I'm using an STM32F427VI MCU to generate a 1 Hz pulse (50% duty cycle) with its RTC controller. For the most part, it seems like it works just fine, however during testing, the code will oc...
Posted on September 12, 2014 at 20:07
Greetings,
I'm working with the STM32F4 Discovery board and I'm trying to configure SPI3 as an SPI slave. However, I'm getting strange results when attempting to configure the CLK pin. After a reset, ...
Posted on July 21, 2014 at 20:25
Hello,
I'm currently working with an STM32F215 mcu and I'm attempting to write a test program with the USB-Host-Device Library V.2.1.0. The goal of this test project is to program the STM32F215 as a host c...
Posted on June 13, 2014 at 19:33Hello all,I'm currently working with a custom board fitted with an STM32F373. I'm programming it using an STM32F3 Discovery board through the st-link-v2 interface. Previously, I was able to successfully connect with O...
Posted on February 12, 2015 at 00:55The specific chip I'm using is the STM32F303VCT6, which should give me 40K of RAM. I've now made the connection that the start address of the stack is 0x2000A000. I've added a print statement to print out the add...
Posted on September 25, 2014 at 22:30The processor continues on like normal, as if the interrupt had been called. I've placed breakpoints inside the interrupt handler and confirmed that it's being called. Given the random nature of the missed interr...
Posted on July 21, 2014 at 21:23Yes, I'm well aware that sectors are not 64 bytes. The size of the sectors reported back in the endpoint descriptors is 512 which seems pretty typical. The 64 bytes was a leftover debugging attempt, as I was wondering...
Posted on April 18, 2014 at 00:18Hi Clive,Thank you for your response, but I'm not sure what you mean? In the static library libmisc.a I compiled newlib_stubs.c, which seems to be very similar to the file that you provided from the thread that you l...
Posted on January 09, 2014 at 00:37This makes sense, except I only receive 4 bytes back? In total I'm sending back 160 bytes back. It should either never trigger, or trigger for each and every one of those bytes, right?