Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by monjiemegoo

  1. M

    Problem with memory device in emwin with ST7735

    Hi i have a 2inch spi tft lcd with st7735 driver and i run emwin library on it using stm32f103ve. i dont use external ram for emwin and just use micro ram for emwin. i can use all of emwin capability except memory device. i try evrything but memory devices wont work. is that because of i dont...
  2. M

    STM32F103 Bootloader Problem

    hellow guys iam writing a simple bootloader on a stm32f103ve microcontroller from address 0x8008000 and a userapp code from address 0x8008000 my bootloader code include uart1 configuratin for show some massages and spi2 configuration for communication to a spiflash and my userapp code include...
  3. M

    stm32f103 update frimware from spiflash

    yes my system is support spi and spi flash the problem is as i say i dont know how to write a file (bin file) to spi flash without file system and i dont know how to update firmware from spi flash. i can write an array to spi flash but i dont know how to write a file in to that.
  4. M

    stm32f103 update frimware from spiflash

    hi KlausST thanks for repling i have a smd spiflash on my stm32f103 borad. right now i can read and write into spi flash.first i wanna write a bin file (output of a blinky project) into spi flash as a frimware. and second i wanna update micro prgoram whit that bin file. with attention to we...
  5. M

    stm32f103 update frimware from spiflash

    i know i can searh. but when i search every one explane how to do that with uart. i didnt find a step by step explnation about how to do that with spi flash. if you now a refrence please introduce to me
  6. M

    stm32f103 update frimware from spiflash

    hellow guys i have a stm32f103 microcontroller and i run a bootloader code on it. i wanna know how can i update stm32 frimware with a bin file in to spiflash? i this possible? how i can wtite bin file of my project to spi flash ? how i can update frimware from spi flash? can some one please...
  7. M

    [ARM] Running emwin on st7735

    hellow guys i have a JHD-TFT1.8-16A lcd with st7735 driver in it. i want to run emwin on this lcd using a lpc1788 board. my board has a 32mb external ram and i am sure the ram config is ok. i write the below code to run emwin. but nothing happend when i use gui_setbackcolor function. please...
  8. M

    [ARM] emwin whitout external ram stm32f103

    hellow guys i have a JHD-TFT1.8 inch lcd with st7735 driver in it. and also i have a stm32f103ve microcntroller. i want to run emwin on my lcd and i dont want use external ram. i use keil and range of internal ram in keil is started at 0x20000000 and the size of ram is 0x10000. first of all i...
  9. M

    [ARM] driving ws2812 rgb led with lpc1788

    #include <lpc177x_8x.h> #define RES 150000 #define a 14 #define b 60 #define ONE_SEC_SUITCH 20000 //*********************************************************************** _Bool green_flag=1; int complate_green_flag=0; _Bool red_flag=0; int complate_red_flag=0...
  10. M

    [ARM] driving ws2812 rgb led with lpc1788

    is anyone do what I wanna do with arm? is anyone had a similar problem that I have? I realy try every thing with any kind of voltage level I need someone that know exactly where is the problem with my circuit I think with adding som capacitor the problem could be fix but I don't know what is the...
  11. M

    [ARM] driving ws2812 rgb led with lpc1788

    do you mean I have to chane my ic? I am new in electronic please help me with more details thank and excuse for boudering you but I need it very much
  12. M

    [ARM] driving ws2812 rgb led with lpc1788

    thanks for answering I have one 74hc125p but when I use it.it wont work right.please guide me how shoud I use it thanks
  13. M

    [ARM] driving ws2812 rgb led with lpc1788

    hellow guys iam using lpc1788 board to driving ws2812b addressable led rgb.there is a library for driving this leds with Arduino named fast led.when i using arduino i have no problem for driving one or more led.but when i using arm there is some problem.first i shoud say i write code myself and...

Part and Inventory Search

Back
Top