STM32CUBE NVIC configuration not possible
Posted on May 16, 2014 at 14:26I can't open NVIC windows !!!Someone knows this problem???
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on May 16, 2014 at 14:26I can't open NVIC windows !!!Someone knows this problem???
Posted on May 26, 2014 at 02:23Hello, I am having a problem with my STM32F4 USART2. the problem is throwing me this bullshit and can not find where the error may be. #include ''stm32f4xx.h'' // Device header#include ''stm32f4xx_gpio...
Posted on May 25, 2014 at 17:49Hi! I am having problems to program a STM32F107 with the STM32F4-Discovery�s STLINK SWD. I�m wondering I have forgot something very essential. This is the circuit I've mounted: And these the errors I get: What I have d...
Posted on May 25, 2014 at 12:27hello I am trying to use emide on STM32f100c8 , but I am facing some problems specifically with integration and linking with STM32F10x_StdPeriph_Driver ?and now I am stuck with errorobj\Debug\Src\STM32F10x_StdPeriph_Dr...
Posted on May 24, 2014 at 16:27 Hi, i have a bmp085 bosch pressure&temp sensor, wich i want to show my data in format 4 degree The raw readings are ok, i have the following code going uint8_t tlsb; uint8_t tmsb; uint16_t t...
Posted on May 22, 2014 at 00:23Hi,I'm using STM32F429 and working with the lcd. i want to display a string horizontally at lcd. First i have used the segger's gui, it was easy to display horizontal with using gui. But i decided to use the lcd.h for...
Posted on May 21, 2014 at 12:57Hi, i'm working on stm32f429 with keil uvision v5. I came up to some discussions about debug viewer at keil forums(like this http://armcortexm.blogs.upv.es/stm32f4-discovery-and-printf-redirection-to-debug-viewer-in-ke...
Posted on May 20, 2014 at 01:21hello I am using STM32f100C8 on this controller implemented : Tim4 that work as global clock for all the functions (generating ticks and counter with flags compare to seconds )Tim3 work as PWM but it implemented man...
Posted on May 21, 2014 at 19:53Hey, I am using STM32F405 as the controller in my project. We have hundreds parameters needed to be saved in the Flash memory and this parameters will be modified one by one during the running. The problem is the flash...
Posted on May 23, 2014 at 13:20I am using STM32F205RBT6 & have to make it battery operated . So lowest power consumption is desired.What should be setting for:1. Prefetch buffer : I have turned off2. Instruction cache : I have turned off3. Data ...