Writing SD card raw level
Posted on October 30, 2015 at 06:50Is that possible to Write an SDCard at raw level without using FAT File system? if yes, how? is there any sample code? i am using stm32f4 #sdcard-stm32f4-sdio-fatfs
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on October 30, 2015 at 06:50Is that possible to Write an SDCard at raw level without using FAT File system? if yes, how? is there any sample code? i am using stm32f4 #sdcard-stm32f4-sdio-fatfs
Posted on October 28, 2015 at 01:08The package version is not managed on this version of STM32CubeMX stm32f0_stdperiph_lib.zip -> STM32F0xx_StdPeriph_Lib_V1.5.0 Firmware package STM32F0xx_StdPeriph_Lib_V1.5.0 and STM32CubeMX 4.11.0 - Error happensHe...
Posted on October 29, 2015 at 23:06Hi, It seems there is a problem when I try the example project regarding using TIM input capture mode to measure pulse width. In example project, the both edge triggering mode is used. My question is how to set it ...
Posted on October 29, 2015 at 14:02When I plugged the STM32VL discovery board in a PC, there will be a ''removable drive'' in the Computer, and there are some internet shortcut in it. The Win says that it is formatted to FAT, and the free space is a...
Posted on October 29, 2015 at 17:46HelloCurrently i work with the HAL lib where i can graphically setup the system clock of my STM32F4xx controller. I do have to set up the same libraries i wrote (mostly copy paste except interface commands,.. ) in ...
Posted on October 29, 2015 at 17:05 hello all ; I need to use a software SPI in stm32f334 @ 72Mhz ; the maximum software SPI I can get is 1Mhz ; but I need 4 MHZ SPI ; could you tell me how to do that please ? here my code that I...
Posted on October 29, 2015 at 17:13If i place my enter ''stop code'' into PVD interrupt I can enter stop mode but not exit. If i place the same code outside the PVD interrupt (in the while(1)) I can both enter and exit stop mode. I use STM32L053. if...
Posted on October 29, 2015 at 16:58Hello. I have configured a UART using HAL. For most things, the same Setup that I've already had working when using blocking mode, using Transmit only. But now I tried to use Receive also. When the program starts t...
Posted on October 29, 2015 at 15:02What is wrong here?I try to read 2 bytes data of temperature sensor LM73 by I2C of STM32F0Discovery based on STM32F051 micro. The micro is waiting RXNE event and doesn't exit from the loop.I don't see any activity ...
Posted on March 28, 2015 at 17:59Hello.I try enable TIM12-17 but TIM12EN-TIM17EN not set to 1 (always 0) in APB1ENR and APB2ENR.?an you help me?Thanks. #stm32f100rc