green hills probe and keil uvision
Posted on October 16, 2015 at 18:10hi, does keil uvision support green hills debug probe.There are some really good offers on ebay for this. best regards.
Posted on October 16, 2015 at 18:10hi, does keil uvision support green hills debug probe.There are some really good offers on ebay for this. best regards.
Posted on October 15, 2015 at 17:56I have got a question about performances of the STM32F7 vs STM32F4. (Sorry I didn�t found the answer on the web). If I run the processors at the same frequency, and execute code from internal flash does STM32F7 wi...
Posted on October 16, 2015 at 15:34Hello, A bit of a beginner question here. I want to have a timer interrupt to trigger every x mS. This is the code I've made so far but it's not triggering any interrupt. int uwPrescalerValue = (uint32_t) ((System...
Posted on October 12, 2015 at 11:14I use the STM32L151RBT6.I can work well with a clock initialized with the ''Code 1''HSI 32MKz or with a clock initialized with the ''Code 2'' MSI 4MHz.But I do not know how to change the clock in runtime.I would li...
Posted on October 13, 2015 at 21:54Hello everybody! I am a senior working towards my B.S. in Electrical Engineering and recently started my senior design project. I am one member of a team who is working on developing a program to better expose peop...
Posted on October 15, 2015 at 14:06 Hi! I have to receive string from USART and them interpret it and make other function(s) depends of string. I saw Clive's example but could someone tell me how can I interpret string ? Please help me :( ...
Posted on October 16, 2015 at 09:36i am workin on diplaying no''s on 7 segment via stm32f072b the problem is that the o/p is not appearing on the 7 segment ive connected pins of 7 seg to gpioA and gpioC via a 3.3k resistor the follwing is the code#i...
Posted on August 01, 2014 at 12:25Hello, I have a problem with my LCD RX12864H-BIW. I want to use SPI communication but my LCD does not responding. Help me please #stm32f100rb-spi
Posted on October 16, 2015 at 07:51Hello.I'm trying to use DMA for graphic LCD control on F429(STM32Cube_FW_F4_V1.8.0).LCD spec is 160x128 and color is 16bit(RGB565) and bus type is 8bit parallel.So I'm using FMC to access LCD and now it's working w...
Posted on October 16, 2015 at 07:22Hi, I'm using STM32F407VE as I2c master and STM32F091Cb as I2c slave .In slave i have stop the i2c communication for some certain interval and start again . at that time the communication between the both is not ha...