stm32f103rbt6 - unexpected reset?
Posted on September 19, 2016 at 22:05Hi,I think thats my stm32f103rbt6 has unexpected reset, how may I apply that? I tested this register RCC_GetFlagStatus(RCC_FLAG_IWDGRST and its TRUE all the time, is it good?
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on September 19, 2016 at 22:05Hi,I think thats my stm32f103rbt6 has unexpected reset, how may I apply that? I tested this register RCC_GetFlagStatus(RCC_FLAG_IWDGRST and its TRUE all the time, is it good?
Posted on September 19, 2016 at 20:48I am trying to run a RAW TCP server app in the STM32F746disco. I have as starting point the F756 example. I have created the project with CubeMX and using Keil5.I can't connect with my computer. I am debugging ha...
Posted on September 17, 2016 at 16:17Hello Sorry if my question is repetitive and boring but I'm here after 4 hours searching!!I have an STM32f4-discovery board and liked to programming it with CMSIS library! but there are many tutorials on web in t...
Posted on September 12, 2016 at 17:02Hi, I did a basic udp echo server EWARM project using the cubeMx for NUCLEO-F767. The problem is that sometimes it is need to send a couple of udp packets to receive them and another problem is that if I enable ...
Posted on September 17, 2016 at 14:55Hello,I would like to develop with the STM32L476RG and I have tried a few IDE without success. Everything is up to date.Building the project fails with KEIL : *** Using Compiler 'V5.06 update 3 (build 300)', fold...
Posted on September 17, 2016 at 18:18Hi all,When I used CubeMX to generate stm32L151c8t6 usb_mass_storage code and add some code to read or write the internal flash, I found that this u-disk cannot be formated and the blk_len allways equals to 0. Th...
Posted on September 15, 2016 at 17:36Hello everyone, I hope you are well :) I would like to know how I can write the value 9600 baud or 2400 baud directly in the registry I found USART1-> BRR but when I put the frequency / 9600, it does not work :/,...
Posted on July 18, 2016 at 15:40Hello,thereHow many channels can be used for a SDADC module in single ended zero refrence mode? eight?In CUBEMX,when I configure the channels of one SDADC module all into single-ended zero refrence mode, warning appea...
Posted on May 10, 2016 at 01:53Hi, I'm testing receiving CAN messages using FIFO #1 at the moment and it all works fine, except that the field hcan->pRxMsg->FIFONumber isn't set. Background: I set up can filter bank 0 in list mode using this code: ...
Posted on September 18, 2016 at 23:57 Hi, I have a strange problem. If I write code like this: #include ''stm32f10x.h'' float test; int main( void ) { while (1) { test=test+0.01; } } and display variable test in STM Studio I see ...