Nucleo + netmf
Posted on January 08, 2016 at 16:58Exists there an version of netmf usable for nucleo board as NUCLEO-F446RE ? #nucleo #netmf #f446re
Posted on January 08, 2016 at 16:58Exists there an version of netmf usable for nucleo board as NUCLEO-F446RE ? #nucleo #netmf #f446re
Posted on January 07, 2016 at 21:05Hello,I am having difficulty recovering from failed SPI transfers when using DMA. It appears that the DMA controller maintains the state of the failed transfer and tries to complete the operation when the next tran...
Posted on January 08, 2016 at 10:03RM0360 V3, Page 70.Please tell me whether it is supported or not? #stm32f0
Posted on January 08, 2016 at 16:26Hi all, Is it possible to have some ADC channels in continuous mode and some others in independent mode for the same ADC1? If YES, can you please post sample code on how to configure the same? Thank you.
Posted on January 08, 2016 at 14:50Hi, in a realtime programming lab we observed the task priorities via GPIO and an oscilloscope. We used a stm32f4xg-eval board, and I want to replicate this on a stm32f429-disco board. This code was used: // initi...
Posted on January 08, 2016 at 12:24 I have to place some variables at specific address in memory. I'm using GCC. I declare and use variable like this: uint8_t __attribute__((section (''.mySection''))) buffer = 5; int main() { buffer = 10;...
Posted on January 08, 2016 at 14:24Hello, I'm using the FMSC controller on a STM32F103 to drive a TFT screen with a 8080 like interface. It seems to be working correctly but I'm wondering if there should be any particular relationship between the FM...
Posted on December 27, 2012 at 12:27 Hi, I am trying to initialze my SD card,for some reason i cannot create\open a file,this problem raises the following question : am i obligated to use the fatfs library f_open, or can i use the regula...
Posted on January 08, 2016 at 13:36Hi,How to configure multichannel ADC in STM32L0 nucleo using cube and how to read it...without using DMAAlso how to switch from one channel to another...any one share examples
Posted on January 07, 2016 at 16:05the goal is to tranfer the data from memory to spi. The buffer values are 32 bit. and the spi data register is 16 bit. i made a configuration to take the 32 bit value and put it in fifo, then take 16 bit value from...