Posted on March 21, 2014 at 15:03
Hello,
I am using the STM32F429 board, I have configured the USART1 for TX (PA9) and RX (PA10). For testing purposes i send a buffer of 0x44 values down the USART. I monitor this tranmission on another b...
Posted on February 05, 2014 at 13:41
Hello,
I'm currently getting ADC values and storing them into an array, incrementing the array after storing each value. I want to make the array quite large, but the program crashes if i go above arr...
Posted on January 28, 2014 at 13:47
the counter receives the write value, but it doesnt start when i enable the wake up event. The WUTF bit should be set when the counter reaches 0, but this never happens.
void init_RTC(void)
{
/* Enable the...
Posted on February 05, 2014 at 16:14Ok, I am using the STM32F407 board with the expansion board. Would it be possible to store the samples straight to external memory such as an SD card?
Posted on February 05, 2014 at 14:37It is the STM32F407VG board. Yes it only has 192 KB of RAM. Is there a way of storing this array in flash memory, which there is 1MB?
Posted on February 05, 2014 at 14:16Thanks, that seemed to work for values array sizes of upto 60,000. But i get these errors when i try anything bigger: Error: L6406E: No space in execution regions with .ANY selector matching project.o(.bss). Erro...