interfacing between camera and stm32f4discovery board
Posted on December 01, 2016 at 12:34hi,I am new to stm32 programming andI am not getting how to interface camera with discovery board, please tell which all the steps i need to go through.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on December 01, 2016 at 12:34hi,I am new to stm32 programming andI am not getting how to interface camera with discovery board, please tell which all the steps i need to go through.
Posted on November 30, 2016 at 19:45Hi,I am trying to set a character match interrupt on Uart2 of stm32L4 (discovery board).all things work fine but it just seems to have a bug, in page 1229 of STM32L4X6 datasheet it is written:''This bit field can ...
Posted on December 01, 2016 at 05:00Hello Sir, i want to ask how to add 390ns or 0.39us for dead time ?My systemclock = 64 MHzMy AHB Prescaler = 4so my HCLK = 16 MHzand because of APB1 Prescaler = 1then my APB1 peripheral clocks = 16 MHzSo, what num...
Posted on November 09, 2016 at 13:12Hi, I am working on USB in VCP mode, and sending some of my data to PC-terminal, while working I'd notice that on first USB established connection microcontroller sends my data to the PC correctly, however when mi...
Posted on November 17, 2016 at 10:35Hello everybody,I'm actually working on a bootloader on an STM32F030X8 board. The programme already work's on a L100RC and an F303RE.My bootloader starts at 0X08000000 ans my user app starts at 0X0800FA00.I need t...
Posted on November 21, 2016 at 11:25Hello, trying to make scanf work on stm32f4-discovery with cubemx software and GCC. I created the syscalls.c function _read using the HAL_UART_Receive_IT() function. This works fine when used with the (unistd) rea...
Posted on November 12, 2016 at 15:57I would like to drive 4ch dimmer triac with input sync zero crossing. I want to use the timer device of stm32. How I do initialize the timer for drive 4 ch triac with input trigger sync zero crossing?
Posted on November 30, 2016 at 17:27Hi,I am currently working with STM32CubeMX V4.17.0 and the firmware package for family STM32F7 V 1.5.1 I need to set up my cube project so that I have access to the HAL routines for The CRYPTO and HASH modules, bu...
Posted on August 04, 2016 at 19:11I am starting on a new project and though I would give STM32CubeMX a try.I have entered my custom configuration in STM32CubeMX, but there is no code generation option for the IDE I am using (Rowley's CrossStudio). ...
Posted on November 25, 2016 at 03:45Dear Sir,Take a look the global constant contained in comdef.h.typedef unsigned char boolean; /* Boolean value type. */typedef unsigned int uint32; /* Unsigned 32 bit value */typedef unsi...