Posted on May 28, 2016 at 12:59Hello, I wonder if it is or it is not possible to use more than one ADC independet of each other. My problem is as follows: I want to use ADC1 and ADC2 in dual mode and ADC3 in independent scan conversion mode. I can s...
Posted on March 21, 2016 at 18:02
Hello, I want to read ADC1 CH0 and ADC2 CH1 in dual regular simultaneous mode and buffer it in DMA. I want to send the ADC values via UART to my PC and read them from the COM Port.
When I start the program n...
Posted on February 18, 2016 at 23:59
Hello,
I try to initialize my SPI3 on the STM32F401RE Nucleo Board. But as soon as I call my
Init_SPIMaster(); in the main, I get the error message, that there is an undefined reference to HAL_SPI_Init. T...
Posted on March 31, 2016 at 21:38Hey, I have exactly the same problem. I also get the ''Program received signal SIGINT, Interrupt. [...] asm volatile'' error message. I am reading my ADC in Dual Mode using the DMA. So the ADC produces an interrupt ...
Posted on March 24, 2016 at 16:35
Hello,
I also get the Message
Program received signal SIGTRAP, Trace/breakpoint trap.
0x0800048a in call_host (arg=0x4, reason=4) at ../system/include/arm/semihosting.h:80
80 asm volatile (
when I t...
Posted on March 23, 2016 at 21:24
Ok, I updated my code and got some things running.
My only problem now is, that my ADCBuffer is always 00. Even when I initialize it with m_ADCBuffer[2] = {0xCC, 0xCC} I only got 0s. So, maybe my ADC isnt ru...