SD Card On SDIO, Command Response fails after ACMD 41
Posted on February 29, 2012 at 22:19The 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 February 29, 2012 at 22:19The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on March 24, 2013 at 14:39Hello, I have really strange problem. 1) I have correct working code placed in main() function (for example for generating DC signal). It is working, but when I move this part of code into some function for example ...
Posted on March 25, 2013 at 20:29Hi, I would use the FreeRTOS on my STM32L-Discovery board with IAR EWARM. I am finding a Free Project Template that I can use to develop an example application. All demo Application inculded in the demo folder of the...
Posted on March 25, 2013 at 16:39The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on March 18, 2013 at 07:30Hello all,I am trying to import ibis model of STM32F4 series micro controller to eCAE simulation.I found ibis model for stm32f2 and 1 but not F4 series.Is there any ibis model for stm32f4 available for download or an...
Posted on March 25, 2013 at 10:46While playing with some benchmarking code on STM32F4, I came across an interesting phenomenon: I was changing the FLASH waitstate in the LATENCY field of FLASH_ACR register, and sometimes the subsequent code run at a...
Posted on March 24, 2013 at 20:27hi,i am trying to send data from accelerometer to pc using virtual com port ,but when i open hyper terminal to check if data was sent i found out unsignificant symbols!!!this is the systick handler wich is called wh...
Posted on March 24, 2013 at 18:01I quite enthusiastically purchased an http://www.st.com/web/en/catalog/tools/PF252419 quite recently, and when I initially unboxed the board, I hooked it up to my Mac, and the already programmed in demonstration was ...
Posted on March 22, 2013 at 17:47I have a requirement to connect an STM32F103RB to existing equipment which is designed for interfacing with another microcontroller, with some intrinsic incompatibilities in the connection lines. I would like to know...
Posted on March 21, 2013 at 18:06 float hypo2; int32_t XH=0,YH=0,ZH=0; ............... hypo2= (XH*(XH*1.0) + YH*(YH*1.0)); hello forum, in the above code XH and YH are 32 bit integers hypo2 is float variable becouse ...