CRC in .hex file for STM32f103
Posted on October 20, 2011 at 19:54I have set CRC in IAR builds, can;t find out how to do it in Keil builds Erik
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on October 20, 2011 at 19:54I have set CRC in IAR builds, can;t find out how to do it in Keil builds Erik
Posted on October 21, 2011 at 10:17 3.5'', 4.3'' and 7'' TFT LCD modules with Touch Panel & MCU interface (such as K350QVG-V1-F / K350QVG-V2-F) are provided. They have true TFT LCD colors and 8-bit/16-bit 8080 system or 3-wire/4-wire SPI interface ...
Posted on October 21, 2011 at 10:54Spruce -SolidDigi STM32 ARM cortex board can be used with http://www.cutedigi.com/product_info.php?products_id=4408 and is compatible with http://www.cutedigi.com/product_info.php?products_id=4407 .It can be used i...
Posted on October 22, 2011 at 20:08Hi,I want to know about how to program STM103F's internal flash memory via I2C bus.Now, I am preparing for developing new PCB which can update firmware via I2C.I read AN3078(http://www.st.com/internet/com/TECHNICAL...
Posted on October 22, 2011 at 13:16Hi to all, I need RC5_IR_Receiver.h file for STM32F2xx /10x where i can find that file can any one tell me.Thanks & Regardslucky
Posted on October 24, 2011 at 06:07Hi,I am working on USB HID communication project where I am transferring n bytes of data from host(computer application) to device(microcontroller). I am currently working on STM32F107 series of microcontroller. Bu...
Posted on October 20, 2011 at 02:35I posted this in the STM32L area by mistake. This was a VL.--------------------------------------------------------------------------------------------------------I started having problems with STLink (MDK-ARM - g...
Posted on October 19, 2011 at 16:46I'm playing around with SPI (SPI2 on the VL discovery board), and am able to configure the chip as a master and I see the clock and data outputs. Right now I'm using polling to transmit - interrupts can come later...
Posted on October 17, 2011 at 20:07Hello, I use STM32 for several years, but know I dont know how to solve this problem. When I start my STM32int main(void) { RCC_Configuration(); NVIC_Configuration(); GPIO_Configuration(); ADC_Configuration(); GPIO...
Posted on October 20, 2011 at 11:04Hi, I have tested the CRC generator of the SPI peripheral. But I get some strange result... The message to send is the byte 0x40. I send this message after enabling the CRC8 computation. Then I read the tx CRC. I r...