Problem with interfacing winbond w25x16 with stm32f103rc using CubeMX
Posted on June 16, 2018 at 16:22The original post was too long to process during our migration. Please click on the attachment to read the original post.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on June 16, 2018 at 16:22The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on June 07, 2018 at 03:50Hello,I'm using the STM32 H753 Evaluation board, and trying to set the milliseconds by using HAL_RTC_SetTime function.However, the HAL_RTC_SetTime function does not change the milliseconds(subseconds) value.I've read ...
Posted on June 09, 2018 at 04:32Hi Everyone, I am new to stm32f4 series. I have done GPIO example using libraries. But i wanted to do register level programming. I have tried it but i could not get output for this. Can anyone help me out?&sharpin...
Posted on June 12, 2018 at 06:37Hi Everyone, I m interested in doing lower level programming. Now i currently working with stm32f407 board. I have successfully got the output for GPIO. Now i am started working on ADC interface. But i couldnt g...
Posted on May 29, 2018 at 13:55Hi All,I am working on STM32F413 Disco kit and trying to read/write into SD card using DMA mode.My requirement is - i have to call single function which will read/write into SD card in 1ms timer callback function.It ...
Posted on June 14, 2018 at 09:35So i noticed something interesting. When setting up a project with cube or looking at a ST example for USB host the Config for system clock is like this.RCC_OscInitTypeDef RCC_OscInitStruct;RCC_ClkInitTypeDef RCC_ClkI...
Posted on June 15, 2018 at 20:20Hi,I am trying to learn TFT display with touch capabilities. I am using STM32F767ZIT6 MCU, RK043FN02H-CT TFT with capacitive touch panel and AS4C4M32SA SDRAM. I imported following library from STM32F746g discovery boa...
Posted on June 14, 2018 at 16:00Hello, please tell me, what is the minimum number of signals required for the SWD interface: SWDIO, SWCLK? NRST is also required or possible without it?
Posted on June 15, 2018 at 17:43Hey guys, I am using a STPM34 Evaluation board with a STEVAL-IPE023V1 USB interface to measure a current from a simple circuit through SPI interface. for some reason I always read 0 for the current for C1 and 4.6189 ...
Posted on June 14, 2018 at 19:23Stm32F103 HAL_CAN_Transmit(&hcan,10) not working, always return HAL_TIMEOUT and HAL_ERROR, but when i use STD_Lib everything is good. So i think if the HAL has BUG of CAN on STM32F1?Hello,I'm trying to set up CAN on m...