Discovery DAC output to another discovery ADC input sync
Posted on December 19, 2017 at 11:52How can I synchronize one discovery board DAC output to ADC of other discovery board?
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on December 19, 2017 at 11:52How can I synchronize one discovery board DAC output to ADC of other discovery board?
Posted on November 15, 2017 at 09:39CAN ****************************************************************************** * @file stm32f1xx_hal_can.h * @author MCD Application Team * @version V1.1.1 * @date 12-May-2017 * @brief Header fil...
Posted on December 19, 2017 at 15:29 Hello All. From the RM I know that during Flash Erase operations CPU does not have access to flash memory bus. But the HAL function 'FLASH_Status FLASH_ErasePage(uint32_t Page_Address)' does not have __ramfunc...
Posted on December 19, 2017 at 13:43I wonder why I get these kinds of error messages. It looks like I can read posts if I'm logged in but not when unlogged.
Posted on December 18, 2017 at 06:49HiWe have tested the SPI example code provided from ST disco board with other boards like atmel controller. Atmel as master and ST disco board as slave. We have connected Atmel ST/FPGA MOSI ...
Posted on December 19, 2017 at 12:56Looking in the internet I found this webpage /external-link.jspa?url=http%3A%2F%2Fwiki.osdev.org%2FUniversal_Serial_Bus%23STALL that say: 'Typically, the STALL handshake indicates a functional stall. A functional ...
Posted on November 09, 2017 at 12:40HiI want to work on STM32L431CC chip.But I didn't found any discovery board for this.I found this from one of the post in community (https://community.st.com/message/166605-re-st32l431-discovery-boards?commentID=1...
Posted on December 02, 2017 at 09:44Recently we are able to run a code in Discovery STM32F407 board and now trying to convert it to STM32F103 in STEVAL-PCC009v2 board.Pls let us know what modifications we need to make in our code.
Posted on December 19, 2017 at 02:15Hello,I'm new to CAN bus and I'm trying to get my head wrapped around this protocol. I'm looking at the CAN Networking sample code and don't really grasp how it is intended to work. Here are some observations/qu...
Posted on December 18, 2017 at 05:02Hello everyone,I'm staring a new project with a STM32F303VC, I want to use the ADC peripheral but having trouble getting the Calibration to end. Below is the code that I execute just after the board has initialise...