PSoC 4 Project Code location

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hello, 

   

I am new to the PSoC4( Pioneer Kit) development using PSoC Creator. I have built the complete project successfully. But I do not know where the generated code is stored and what is the file format (.hex in case of KEIL).

   

Regards,

   

sarang

0 Likes
2 Replies
Anonymous
Not applicable

Okay, after reading the comment given by Bob Marlow at http://www.cypress.com/?app=forum&id=2233&rID=107854 explains that code file(.hex of my project) is located in Cortex folder--> projectName.hex     But what size is that file? (KB or kb)   As simple led blinking program shows me hex file size as 71KB (but the ROM size of PSoC 4 as in datasheet is only 32kB-Kilo Bytes).

   

I am confused now. Any help please.

0 Likes
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

The hex file is intel hex file format -

   

 

   

http://www.cypress.com/knowledge-base-article/hex-file-format-psoc

   

 

   

The FLASH and RAM used are found at bottom of verbose window that runs at

   

bottom of screen, tab output.

   

 

   

Additionally in the bottom of the results tab, workspace explorer, you will find a file

   

ending itn *.rpt, that's the list of resources used in PSOC.

   

 

   

Regards, Dana.

0 Likes