STM32CubeMX with STemWin with QSPIFlash
Posted on May 10, 2018 at 11:44Can I use STemWin + QSPIFlash by STM32CubeMX?or STM32CubeMX can only use STemWin + FMC SDRAM ?
Posted on May 10, 2018 at 11:44Can I use STemWin + QSPIFlash by STM32CubeMX?or STM32CubeMX can only use STemWin + FMC SDRAM ?
Posted on May 01, 2018 at 08:23Dear friends,I have an issue with uSD reading and writing in DMA mode (How ever I am able to read and write data on SD card when dma template is off). I used CubeMX to configure ♯ but it did not work for me ''out of th...
Posted on May 12, 2018 at 04:01hello every body. I'm new here. I've just started learning STM32F373 with STM32F373VCT6. I use CMSIS to configure UART1. that seems there're no any error with my code. But when I use PL2303 to convert serial-usb for co...
Posted on May 14, 2018 at 10:20In the UM0462 document, the ''flash_loader_demo'' software displays the ''Edit option bytes'' option, as shown in thefollowing figure.But when I used the ''flash_loader_demo_v2.8.0'' to connect stm32f030, I did not fin...
Posted on October 24, 2017 at 04:11 Running latest 4.1 STM32CubeMx on both *buntu and Windows 7 and the generated stm32f4xx_hal_msp.c is totally different. The HAL libraries in both cases areSTM32Cube_FW_F4_V1.0. With the Linux version, the follo...
Posted on May 14, 2018 at 11:29I'm hoping someone can provide a straight-forward answer as to how I can operate multiple stepper motors using stacked IHM06A1 boards. In example code, the STSpin220 class is initialised as motor = new STSpin220(D2, D8...
Posted on May 13, 2018 at 10:46Hi Team,I am new to STM32 MCU family. I have with me no STM32F04 Discovery board.To get started what is the best IDE? Is keil good or eclipse good or Atollic studio is good? with out nay code size limitations.Kindly s...
Posted on December 13, 2016 at 09:52I am trying to put the STM32L471RG into Shutdown mode.I am doing the following steps, based on the documentation.// Turn on Deepsleep bit SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk | SCB_SCR_SLEEPONEXIT_Msk; // Setup Low P...
Posted on May 13, 2018 at 06:07 Hello, I have a NUCLEO-K432KC. In a STM32CubeMX project, I ensured USART2 and GPIOB3 were enabled per the manual. I2C1 is also enabled. A full project can be seen at https://github.com/R030t1/stm32-touchpad. ...
Posted on May 14, 2018 at 09:06Hi Im trying to port B-L475E-IOT01 applications to Nucleo144 L4RZI. Im facing issuing on porting the driver. UART,SPI,I2C. Im strange to see that the data is not being pumped out of COM Port, while in debug the data bu...