Issue in handling Touch and waveform on window
Posted on November 04, 2015 at 11:21The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on November 04, 2015 at 11:21The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on October 30, 2015 at 11:53Hi, I think the line 2577 of Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_rcc_ex.h should be: #define IS_RCC_PLLSAIP_VALUE(VALUE) ((VALUE) == RCC_PLLSAIP_DIV2) || (VALUE) == RCC_PLLSAIP_DIV4 || (VALUE) == RCC_PLL...
Posted on November 04, 2015 at 09:20Hi All,This is HM Yang who is SW engineer in WHANAM INC, in Korea.Currently, we use the ST32F429NI chipset for information ECU.Our product must be supported the 2-channel camera, and the camera input is analog sig...
Posted on November 04, 2015 at 00:34 Hi guys, STM32 newbie here :) I'm trying to get a simple project working with Nucleo STM32F302R8 board. I want to do full duplex SPI where the Nucleo is the master. Environment: I'm using theSTM32_Nucl...
Posted on November 02, 2015 at 16:12I have a very size- and power-constrained application for the STM32F7 series. It will not make use of USB peripherals. Is it possible to tie VDDUSB to GND and eliminate the recommended bypass caps to save space,...
Posted on November 02, 2015 at 21:11When using the Cube libraries and a baud rate above 260000 on USART1, the serial port needs to be connected to another device or looped back on itself or the code locks up when trying to transmit. If I lower the ...
Posted on November 03, 2015 at 19:25 Hi, I just bought a xbee and I wanted to control it with a stm32f4-disco. Xbee is simple, I have to send a frame through serial port. I send via USART1 a frame that toggles a led in the remote xbee. The p...
Posted on November 02, 2015 at 19:27I acquaintedwithSTM32CubeMX amd HAL Drivers for STM32F1, but I'm really some confused. For example SPI in HAL Drivers User Manual I find function HAL_SPI_Transmit() The thirdy parameters is Timeout Documentation ...
Posted on October 29, 2015 at 05:42Hello!!!I want to protect any specific area of the internal SRAM(about 32KB).So I use that area for special purpose(DB Access).How can I do it??Please help me...Thanks
Posted on October 21, 2015 at 14:31Hello there,I am working on a motor driving application (STM32F4). As for now, my circuit for sensing current and shutting down H bridge looks like this:https://dl.dropboxusercontent.com/u/14154631/Scan%204%20Page%...