13 channels of ADC + DMA = data in the wrong order
Posted on June 04, 2014 at 23:50 The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on June 04, 2014 at 23:50 The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on July 24, 2014 at 20:20HelloI must run ov7670 camera by stm32f4 discovery and send the image stream data to laptop via usb , So i need a source code or software for displaying this data .Thanks .
Posted on July 23, 2014 at 17:22 Hello, please help me to solve next problem. I have application, which consists of three main modules: io_init(), lcd_init() and usart_init() �? io_init() configures button inputs and some outputs used for relays ...
Posted on July 24, 2014 at 19:32I have a question:the following lines show how FSMC is addressed: #define LCD_BASE (0x60000000UL | 0x0C000000UL) #define LCD_REG16 (*((volatile U16 *)(LCD_BASE ))) #define LCD_DAT16 (*((volatile U16 *)(LCD_...
Posted on July 23, 2014 at 23:49Hi everybody,I'm trying migrate a program from 28335 to stm32f407. I was using a structure to store some data, and passing the pointer to this structure to a function. Now I find that if I define the structure variabl...
Posted on July 23, 2014 at 22:35 The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on July 24, 2014 at 11:18 I am working on a project that requires at least 500 kB of memory to be used. I have an SDK with this code defining the stack and the heap and it works fine. Stack_Size EQU 0x00004000 AREA STACK, NOINIT, READWR...
Posted on July 14, 2014 at 12:47Hello Everyone , I am using STM32F103RETG to create a sound.I am also using elua and minicom to execute the program onto the uc. My plan is to - *first use the DAC wave generator to create a simple noise. I will be us...
Posted on June 27, 2014 at 10:11Hopefully this is an easy question: To set up a GPIO to high impedance mode, I have to configure it as input? If I want something connected to ground at this pin, I can set it to an output with low level? What I actua...
Posted on July 18, 2014 at 08:39Hi, I'm using the device STM32F030C8T6 that has all the timers count at 16-bit. I need using the timer count at 32-bit. In the data sheet in the page 67 reads ''Maximum possible count with 32-bit counter''. How can I...