STM32Cube FATFS Problem in STM32F103
Posted on October 23, 2016 at 21:38The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on October 23, 2016 at 21:38The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on October 24, 2016 at 06:24Dear All,Kindly help me to SPI receive only mode in this structure when I am using SPI1_IRQHandler, is it proper code to apply? void SPI1_IRQHandler(void) { //* SPI in Slave Receiver mode---------------------...
Posted on October 24, 2016 at 03:52Hello.I want to use FileSystem on STM32F4xx nucleo.but, as I have some restriction, I want to use RAM/ROM area for that, if possible.Could you let me know if any idea about such usage and any example source ?Regard...
Posted on October 21, 2016 at 18:27Hi,I am having ADC3 bring in input from the microphone and I want to just the gain (amplitude) by 2 and then send it out through one of the DAC channels. So far, I have ADC and DAC synced through TIM8 and TIM6 resp...
Posted on October 23, 2016 at 16:12Hi there. I am using the STM32VLDISCOVERY board with Atollic Studio.I'm pretty new to programming, so getting any code to run can be a bit of a challenge for me! I am trying to implement a program which will cause ...
Posted on October 23, 2016 at 22:15Hi! I am trying to create an implementation of RTSP/RTP server for streaming video. I have some strange problem. I'm trying to establish connection via RTSP. As a client I use VLC player. At first VLC sent to board...
Posted on October 09, 2016 at 21:54Hi everyone, i have problem with a something project, i dont have comunication with microsd card on my board, my debug stay on function wait ready and next rcvr_spi(), and nothing to do ;/ i dont know where is pro...
Posted on October 07, 2016 at 16:32Hello,I'm using a STM32F207 series.I was wondering about the flash memory read/write/earse as EEPROM.Do I have to Erase the flash memory every time before writing a data?Thanks.
Posted on October 23, 2016 at 12:29 Hello, I have a problem with sending data from/to my STM32F103C8T6 using USART connection. I'm using USB2TTL PL2303 converter. I connected it to RX1 and TX1 on the board. I can send .hex files with STM Flas...
Posted on October 23, 2016 at 19:03 Hi everybody! I am using STM32F030 microcontroller and I met a problem with IWDG. 1. The following code is InitIWDG() __HAL_RCC_LSI_ENABLE(); /*##-3- Configure the IWDG peripheral ################...